mmtk::util::heap::layout::mmapper::csm::two_level_storage

Constant LOG_MAPPABLE_BYTES

source
const LOG_MAPPABLE_BYTES: usize = 48;
Expand description

Logarithm of the address space size that TwoLevelStateStorage is able to handle. This is enough for ARM64, x86_64 and some other architectures. Feel free to increase it if we plan to support larger address spaces.