Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
static 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
thread
Class · 0.85
mi_free
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected