const LOG_MAPPABLE_BYTES: usize = 32;Expand description
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.