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

Module byte_map_storage

source

Structsยง

Constantsยง

  • LOG_MAPPABLE_BYTES ๐Ÿ”’
    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.
  • MMAP_NUM_CHUNKS ๐Ÿ”’
    For now, we only use ByteMapStateStorage for 32-bit address range.