| 233 | |
| 234 | |
| 235 | static 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 |
| 240 | static void mi_stats_print_bins(const mi_stat_count_t* bins, size_t max, const char* fmt, mi_output_fun* out, void* arg) { |
no test coverage detected