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