- alloc
void[] alloc()
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- realloc
void[] realloc(void[] mem, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.