Mallocator

mallocator code BEGINS

Members

Aliases

deallocate
alias deallocate = free
Undocumented in source.
dispose
alias dispose = deallocate
Undocumented in source.

Static functions

allocate
void[] allocate(size_t bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
void deallocate(void[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocate
bool reallocate(void[] b, size_t s)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
Mallocator instance;
Undocumented in source.

Meta