- allocate
void* allocate(Allocator* self, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free(Allocator* self, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- reallocate
void* reallocate(Allocator* self, void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.