Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
static void* shared_p;
220
static void alloc0(/* void* arg */)
221
{
222
shared_p = mi_malloc(8);
223
}
224
225
static void padding_shrink(void)
226
{
Callers
nothing calls this directly
Calls
1
mi_malloc
Function · 0.85
Tested by
no test coverage detected