Allocator

Undocumented in source.

Members

Functions

alloc
uint8* alloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
alloc
uint8* alloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(uint8* p)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(uint8* p)
Undocumented in source. Be warned that the author may not have intended to support it.
useProtect
bool useProtect()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MemTbl
void*[void*] MemTbl;
Undocumented in source.
SizeTbl
size_t[void*] SizeTbl;
Undocumented in source.

Meta