MallocAllocator

Undocumented in source.

Alias This

base

Members

Static functions

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.

Variables

base
Allocator base;
Undocumented in source.

Meta