Expand description
Implementation of GenericFreeList backed by raw memory, allocated on demand direct from the OS (via mmap).
Structsยง
Constantsยง
- LOG_
BYTES_ ๐IN_ ENTRY log2 of the number of bytes used by a free list entry (two entries per unit) - LOG_
BYTES_ ๐IN_ UNIT log2 of the number of bytes used by a free list unit - LOG_
ENTRY_ ๐BITS log2 of the number of bits used by a free list entry (two entries per unit)