- 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.