ThreadMemAllocator

Undocumented in source.

Members

Static 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[] data, bool free_mem)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocate
void[] reallocate(void[] data, size_t n, bool free_mem)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta