Skip to main content

slab_blocks_per_page

Function slab_blocks_per_page 

Source
pub fn slab_blocks_per_page(ci: usize) -> usize
Expand description

Number of blocks that fit in one buddy page for slab class ci.

Accounts for the SlabPageHeader at the base of each page.