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

Function mi_collect

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

Source from the content-addressed store, hash-verified

178}
179
180void mi_collect(bool force) mi_attr_noexcept {
181 mi_heap_collect(mi_get_default_heap(), force);
182}
183
184
185/* -----------------------------------------------------------

Callers 5

test_leakFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mi_process_doneFunction · 0.85
zone_pressure_reliefFunction · 0.85

Calls 2

mi_heap_collectFunction · 0.85
mi_get_default_heapFunction · 0.85

Tested by 3

test_leakFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68