- alloc
void[] alloc(size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free(void[] mem)
Undocumented in source. Be warned that the author may not have intended to support it.
- freeAll
void freeAll()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDestroy
void onDestroy(void delegate() dtor)
Undocumented in source. Be warned that the author may not have intended to support it.
- realloc
void[] realloc(void[] arr, size_t newsize)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeArrayDtors
void removeArrayDtors(void delegate() last_dtor, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.