MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_stats_merge

Function mi_stats_merge

3rd/mimalloc-2.0.9/src/stats.c:381–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void mi_stats_merge(void) mi_attr_noexcept {
382 mi_stats_merge_from( mi_stats_get_default() );
383}
384
385void _mi_stats_done(mi_stats_t* stats) { // called from `mi_thread_done`
386 mi_stats_merge_from(stats);

Callers

nothing calls this directly

Calls 2

mi_stats_merge_fromFunction · 0.85
mi_stats_get_defaultFunction · 0.85

Tested by

no test coverage detected