TestAllocator

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

allocator
alias allocator = Mallocator.instance
Undocumented in source.

Functions

allocate
void[] allocate(size_t numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
bool deallocate(void[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocateAll
bool deallocateAll()
Undocumented in source. Be warned that the author may not have intended to support it.
numAllocations
auto numAllocations()
Undocumented in source. Be warned that the author may not have intended to support it.
printAllocations
int printAllocations(char[N] buffer, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
void verify()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alignment
enum uint alignment;
Undocumented in source.
debug_
bool debug_;
Undocumented in source.

Meta