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

Function padding_shrink

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

Source from the content-addressed store, hash-verified

223}
224
225static void padding_shrink(void)
226{
227 auto t1 = std::thread(alloc0);
228 t1.join();
229 mi_free(shared_p);
230}
231
232
233// Issue #221

Callers

nothing calls this directly

Calls 3

threadClass · 0.85
mi_freeFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected