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

Function _mi_stats_done

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

Source from the content-addressed store, hash-verified

383}
384
385void _mi_stats_done(mi_stats_t* stats) { // called from `mi_thread_done`
386 mi_stats_merge_from(stats);
387}
388
389void mi_stats_print_out(mi_output_fun* out, void* arg) mi_attr_noexcept {
390 mi_stats_merge_from(mi_stats_get_default());

Callers 1

_mi_heap_doneFunction · 0.85

Calls 1

mi_stats_merge_fromFunction · 0.85

Tested by

no test coverage detected