pub(crate) fn record_buddy_alloc_fail(order: u8)Expand description
Records a buddy allocation failure for the given order.
Called from alloc_from_zone when no free block is available at any
order >= order. Increments the per-order counter for diagnostics.