Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ _mi_allocator_init
Function
_mi_allocator_init
system/lib/mimalloc/src/prim/prim.c:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
return false;
68
}
69
bool _mi_allocator_init(const char** message) {
70
if (message != NULL) { *message = NULL; }
71
return true;
72
}
73
void _mi_allocator_done(void) {
74
// nothing to do
75
}
Callers
1
_mi_auto_process_init
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected