MCPcopy 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
182mi_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_doneFunction · 0.85
mi_tls_pthread_heap_slotFunction · 0.85
mi_get_default_heapFunction · 0.85

Calls 1

mi_heap_main_initFunction · 0.85

Tested by

no test coverage detected