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