| 34 | |
| 35 | |
| 36 | static inline bool mi_page_queue_is_huge(const mi_page_queue_t* pq) { |
| 37 | return (pq->block_size == (MI_MEDIUM_OBJ_SIZE_MAX+sizeof(uintptr_t))); |
| 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)))); |
no outgoing calls
no test coverage detected