Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ mi_allocator_init
Function
mi_allocator_init
3rd/mimalloc-2.0.9/src/init.c:526–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
#endif
525
#else
526
static bool mi_allocator_init(const char** message) {
527
if (message != NULL) *message = NULL;
528
return true;
529
}
530
static void mi_allocator_done(void) {
531
// nothing to do
532
}
Callers
1
mi_process_load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected