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

Function mi_thread_stats_print_out

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

Source from the content-addressed store, hash-verified

397}
398
399void mi_thread_stats_print_out(mi_output_fun* out, void* arg) mi_attr_noexcept {
400 _mi_stats_print(mi_stats_get_default(), out, arg);
401}
402
403
404// ----------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

_mi_stats_printFunction · 0.85
mi_stats_get_defaultFunction · 0.85

Tested by

no test coverage detected