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

Function zone_calloc

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

Source from the content-addressed store, hash-verified

53}
54
55static void* zone_calloc(malloc_zone_t* zone, size_t count, size_t size) {
56 MI_UNUSED(zone);
57 return mi_calloc(count, size);
58}
59
60static void* zone_valloc(malloc_zone_t* zone, size_t size) {
61 MI_UNUSED(zone);

Callers

nothing calls this directly

Calls 1

mi_callocFunction · 0.85

Tested by

no test coverage detected