Module raw_memory_freelist

Module raw_memory_freelist 

Source
Expand description

Implementation of GenericFreeList backed by raw memory, allocated on demand direct from the OS (via mmap).

Structsยง

RawMemoryFreeList

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)