| 474 | } |
| 475 | |
| 476 | static inline mi_slice_t* mi_page_to_slice(mi_page_t* p) { |
| 477 | mi_assert_internal(p->slice_offset== 0 && p->slice_count > 0); |
| 478 | return (mi_slice_t*)(p); |
| 479 | } |
| 480 | |
| 481 | // Segment belonging to a page |
| 482 | static inline mi_segment_t* _mi_page_segment(const mi_page_t* page) { |
no outgoing calls
no test coverage detected