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

Function mi_page_queue_is_full

3rd/mimalloc-2.0.9/src/page-queue.c:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static inline bool mi_page_queue_is_full(const mi_page_queue_t* pq) {
41 return (pq->block_size == (MI_MEDIUM_OBJ_SIZE_MAX+(2*sizeof(uintptr_t))));
42}
43
44static inline bool mi_page_queue_is_special(const mi_page_queue_t* pq) {
45 return (pq->block_size > MI_MEDIUM_OBJ_SIZE_MAX);

Callers 3

mi_page_queue_removeFunction · 0.85
mi_page_queue_pushFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected