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

Function intro_print

3rd/mimalloc-2.0.9/src/alloc-override-osx.c:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static void intro_print(malloc_zone_t* zone, boolean_t verbose) {
144 MI_UNUSED(zone); MI_UNUSED(verbose);
145 mi_stats_print(NULL);
146}
147
148static void intro_log(malloc_zone_t* zone, void* p) {
149 MI_UNUSED(zone); MI_UNUSED(p);

Callers

nothing calls this directly

Calls 1

mi_stats_printFunction · 0.85

Tested by

no test coverage detected