| 133 | |
| 134 | #if (MI_DEBUG>1) |
| 135 | static bool mi_heap_contains_queue(const mi_heap_t* heap, const mi_page_queue_t* pq) { |
| 136 | return (pq >= &heap->pages[0] && pq <= &heap->pages[MI_BIN_FULL]); |
| 137 | } |
| 138 | #endif |
| 139 | |
| 140 | static mi_page_queue_t* mi_page_queue_of(const mi_page_t* page) { |
no outgoing calls
no test coverage detected