Expand description

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

Structs§

Constants§

  • log2 of the number of bytes used by a free list entry (two entries per unit)
  • log2 of the number of bytes used by a free list unit
  • log2 of the number of bits used by a free list entry (two entries per unit)