MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / _mi_stats_init

Function _mi_stats_init

system/lib/mimalloc/src/stats.c:421–423  ·  view source on GitHub ↗

called on process init

Source from the content-addressed store, hash-verified

419
420// called on process init
421void _mi_stats_init(void) {
422 if (mi_process_start == 0) { mi_process_start = _mi_clock_start(); };
423}
424
425static void mi_stats_add_into(mi_stats_t* to, mi_stats_t* from) {
426 mi_assert_internal(to != NULL && from != NULL);

Callers 1

mi_process_init_onceFunction · 0.85

Calls 1

_mi_clock_startFunction · 0.85

Tested by

no test coverage detected