mmtk::util::heap::layout::mmapper::csm::byte_map_storage

Constant LOG_MAPPABLE_BYTES

source
const LOG_MAPPABLE_BYTES: usize = 32;
Expand description

Logarithm of the address space size that ByteMapStateStorage is able to handle. This is enough for 32-bit architectures. We may increase it beyond 32 so that it is usable on 64-bit machines in certain VMs with limited address spaces, too.