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

Function mi_page_queue_is_special

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

Source from the content-addressed store, hash-verified

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);
46}
47
48/* -----------------------------------------------------------
49 Bins

Callers 1

_mi_page_retireFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected