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

Function mi_stats_print_out

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

Source from the content-addressed store, hash-verified

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());
391 _mi_stats_print(&_mi_stats_main, out, arg);
392}
393
394void mi_stats_print(void* out) mi_attr_noexcept {
395 // for compatibility there is an `out` parameter (which can be `stdout` or `stderr`)

Callers 2

negative_statFunction · 0.85
mi_stats_printFunction · 0.85

Calls 3

mi_stats_merge_fromFunction · 0.85
mi_stats_get_defaultFunction · 0.85
_mi_stats_printFunction · 0.85

Tested by 1

negative_statFunction · 0.68