Constant mmtk::policy::marksweepspace::native_ms::block_list::MAX_BIN_SIZE
source · pub(crate) const MAX_BIN_SIZE: usize = _; // 65_536usize
Expand description
The object size for the last bin. We should not try allocate objects larger than this with the allocator.