PoolAllocator

Undocumented in source.

Constructors

this
this(uint blockSize, size_t capacity, Destructor destructor)
Undocumented in source.

Members

Aliases

Block
alias Block = BitmappedBlock!(chooseAtRuntime, platformAlignment, NullAllocator)
Undocumented in source.
alignment
alias alignment = platformAlignment
Undocumented in source.

Functions

allocate
void[] allocate(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
bool deallocate(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
owns
Ternary owns(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

MetaData
struct MetaData
Undocumented in source.

Variables

memory
void[] memory;
Undocumented in source.

Meta