Mallocator

mallocator code BEGINS

Members

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