- alloc
void* alloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- calloc
void* calloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- realloc
void* realloc(void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.