Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ _mi_heap_main_get
Function
_mi_heap_main_get
3rd/mimalloc-2.0.9/src/init.c:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
mi_heap_t* _mi_heap_main_get(void) {
183
mi_heap_main_init();
184
return &_mi_heap_main;
185
}
186
187
188
/* -----------------------------------------------------------
Callers
3
mi_process_done
Function · 0.85
mi_tls_pthread_heap_slot
Function · 0.85
mi_get_default_heap
Function · 0.85
Calls
1
mi_heap_main_init
Function · 0.85
Tested by
no test coverage detected