pub const GRANULARITY: usize = _; // 16usize
Expand description

The allocation granularity.

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