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

Function mi_print_count

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

Source from the content-addressed store, hash-verified

166}
167
168static void mi_print_count(int64_t n, int64_t unit, mi_output_fun* out, void* arg) {
169 if (unit==1) _mi_fprintf(out, arg, "%11s"," ");
170 else mi_print_amount(n,0,out,arg);
171}
172
173static void mi_stat_print_ex(const mi_stat_count_t* stat, const char* msg, int64_t unit, mi_output_fun* out, void* arg, const char* notok ) {
174 _mi_fprintf(out, arg,"%10s:", msg);

Callers 1

mi_stat_print_exFunction · 0.85

Calls 2

_mi_fprintfFunction · 0.85
mi_print_amountFunction · 0.85

Tested by

no test coverage detected