Allocator

Undocumented in source.

Members

Functions

allocate
void[] allocate(size_t size)
Undocumented in source.
deallocate
bool deallocate(void[] p)
Undocumented in source.
reallocate
bool reallocate(void[] p, size_t s)
Undocumented in source.

Properties

alignment
immutable(uint) alignment [@property getter]
Undocumented in source.

Meta