| 141 | } |
| 142 | |
| 143 | static void intro_print(malloc_zone_t* zone, boolean_t verbose) { |
| 144 | MI_UNUSED(zone); MI_UNUSED(verbose); |
| 145 | mi_stats_print(NULL); |
| 146 | } |
| 147 | |
| 148 | static void intro_log(malloc_zone_t* zone, void* p) { |
| 149 | MI_UNUSED(zone); MI_UNUSED(p); |
nothing calls this directly
no test coverage detected