Skip to main content

DefaultByteAllocator

Type Alias DefaultByteAllocator 

Source
pub type DefaultByteAllocator = SlabAllocator<PAGE_SIZE>;
Expand description

The default byte allocator for buddy-slab mode.

Aliased Typeยง

pub struct DefaultByteAllocator { /* private fields */ }