pub fn slab_page_in_partial_list(ci: usize, page_base: u64) -> Option<bool>Expand description
Returns whether the slab page at page_base is currently present in the
partial-page list for class ci.
Returns None if the slab allocator lock is contended. Intended for
shell/debug validation, not for allocator hot paths.