MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_heap_get_default

Function mi_heap_get_default

3rd/mimalloc-2.0.9/src/heap.c:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187----------------------------------------------------------- */
188
189mi_heap_t* mi_heap_get_default(void) {
190 mi_thread_init();
191 return mi_get_default_heap();
192}
193
194mi_heap_t* mi_heap_get_backing(void) {
195 mi_heap_t* heap = mi_heap_get_default();

Callers 5

mi_stat_freeFunction · 0.85
mi_stat_huge_freeFunction · 0.85
mi_heap_get_backingFunction · 0.85
mi_stats_get_defaultFunction · 0.85

Calls 2

mi_thread_initFunction · 0.85
mi_get_default_heapFunction · 0.85

Tested by

no test coverage detected