Constant rlsf::GRANULARITY

source ·
pub const GRANULARITY: usize = _; // 32usize
Expand description

The allocation granularity.

It is size_of::<usize>() * 4 bytes, which is the minimum size of a TLSF free block.