Module byte_map_storage

Module byte_map_storage 

Source

Structsยง

ByteMapStateStorage
A MapStateStorage implementation based on a simple array.

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.