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

Function mi_print_header

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

Source from the content-addressed store, hash-verified

233
234
235static void mi_print_header(mi_output_fun* out, void* arg ) {
236 _mi_fprintf(out, arg, "%10s: %10s %10s %10s %10s %10s %10s\n", "heap stats", "peak ", "total ", "freed ", "current ", "unit ", "count ");
237}
238
239#if MI_STAT>1
240static void mi_stats_print_bins(const mi_stat_count_t* bins, size_t max, const char* fmt, mi_output_fun* out, void* arg) {

Callers 2

mi_stats_print_binsFunction · 0.85
_mi_stats_printFunction · 0.85

Calls 1

_mi_fprintfFunction · 0.85

Tested by

no test coverage detected