pub const DEFRAG_HEADROOM_PERCENT: usize = 2;
Expand description

Percentage of heap size reserved for defragmentation. According to this paper, Immix works well with headroom between 1% to 3% of the heap size.