Skip to main content

MIN_SLOT_SIZE

Constant MIN_SLOT_SIZE 

Source
pub const MIN_SLOT_SIZE: usize = 4; // 4usize
Expand description

Smallest slot size handed out by the pool. Every slot is a power of two and at least this big, so every slot boundary within a Chunk stays a multiple of this value.