| 532 | } |
| 533 | |
| 534 | static inline bool mi_page_is_huge(const mi_page_t* page) { |
| 535 | return (_mi_page_segment(page)->kind == MI_SEGMENT_HUGE); |
| 536 | } |
| 537 | |
| 538 | // Get the usable block size of a page without fixed padding. |
| 539 | // This may still include internal padding due to alignment and rounding up size classes. |
no test coverage detected