MallocAllocator

Undocumented in source.

Members

Functions

alloc
void[] alloc(size_t sz, bool must_zeroise)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(void[] mem, bool must_zeroise)
Undocumented in source. Be warned that the author may not have intended to support it.
realloc
void[] realloc(void[] mem, size_t new_size, bool must_zeroise)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta