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

Function mi_heap_page_never_delayed_free

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

Source from the content-addressed store, hash-verified

104}
105
106static bool mi_heap_page_never_delayed_free(mi_heap_t* heap, mi_page_queue_t* pq, mi_page_t* page, void* arg1, void* arg2) {
107 MI_UNUSED(arg1);
108 MI_UNUSED(arg2);
109 MI_UNUSED(heap);
110 MI_UNUSED(pq);
111 _mi_page_use_delayed_free(page, MI_NEVER_DELAYED_FREE, false);
112 return true; // don't break
113}
114
115static void mi_heap_collect_ex(mi_heap_t* heap, mi_collect_t collect)
116{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected