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

Function alloc0

3rd/mimalloc-2.0.9/test/main-override.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218// issue #209
219static void* shared_p;
220static void alloc0(/* void* arg */)
221{
222 shared_p = mi_malloc(8);
223}
224
225static void padding_shrink(void)
226{

Callers

nothing calls this directly

Calls 1

mi_mallocFunction · 0.85

Tested by

no test coverage detected