Structsยง
- Byte
MapState Storage - A
MapStateStorageimplementation based on a simple array.
Constantsยง
- LOG_
MAPPABLE_ ๐BYTES - Logarithm of the address space size that
ByteMapStateStorageis 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
ByteMapStateStoragefor 32-bit address range.