Constant mmtk::policy::immix::DEFRAG_HEADROOM_PERCENT
source · pub const DEFRAG_HEADROOM_PERCENT: usize = _; // 50usize
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.