Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
615
static 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_reclaim
Function · 0.85
mi_page_fresh
Function · 0.85
mi_find_free_page
Function · 0.85
mi_large_huge_page_alloc
Function · 0.85
Calls
1
_mi_bin
Function · 0.85
Tested by
no test coverage detected