Constant rlsf::GRANULARITY[][src]

pub const GRANULARITY: usize = core::mem::size_of::<usize>() * 4; // 0x0000_0000_0000_0020usize
Expand description

The allocation granularity.

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