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

Function mi_page_queue

3rd/mimalloc-2.0.9/include/mimalloc-internal.h:615–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615static inline mi_page_queue_t* mi_page_queue(const mi_heap_t* heap, size_t size) {
616 return &((mi_heap_t*)heap)->pages[_mi_bin(size)];
617}
618
619
620

Callers 4

_mi_page_reclaimFunction · 0.85
mi_page_freshFunction · 0.85
mi_find_free_pageFunction · 0.85
mi_large_huge_page_allocFunction · 0.85

Calls 1

_mi_binFunction · 0.85

Tested by

no test coverage detected