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