SmallPool

Small pool of pages.

Constructors

this
this(size_t pageTableCapacity)
Undocumented in source.

Members

Aliases

Page
alias Page = SmallPage!(sizeClass)
Undocumented in source.

Functions

allocateNext
void* allocateNext()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pageTables
Array!(SmallPageTable!sizeClass) pageTables;
Undocumented in source.
slotIndex
size_t slotIndex;
Undocumented in source.

Meta