| 38 | } |
| 39 | |
| 40 | static 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 | |
| 44 | static inline bool mi_page_queue_is_special(const mi_page_queue_t* pq) { |
| 45 | return (pq->block_size > MI_MEDIUM_OBJ_SIZE_MAX); |
no outgoing calls
no test coverage detected