Structsยง
Constantsยง
- HASH_
MASK ๐ - LOG_
MAPPABLE_ ๐BYTES - LOG_
MAX_ ๐SLABS Maximum number of slabs, which determines the maximum mappable address space. - LOG_
MMAP_ ๐SLAB_ BYTES - LOG_
SLAB_ ๐TABLE_ SIZE Parameters for the slab table. The hash function requires it to be a power of 2. Must be larger than MAX_SLABS for hashing to work, and should be much larger for it to be efficient. - MAX_
SLABS ๐ - MMAP_
NUM_ ๐CHUNKS - MMAP_
SLAB_ ๐EXTENT - MMAP_
SLAB_ ๐MASK - SENTINEL ๐
- SLAB_
TABLE_ ๐SIZE
Type Aliasesยง
- Slab ๐