- avail
size_t avail()
Undocumented in source. Be warned that the author may not have intended to support it.
- bigest
size_t bigest()
Undocumented in source. Be warned that the author may not have intended to support it.
- calloc
void* calloc(size_t nmemb, 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.
- isFree
bool isFree(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- malloc
void* malloc(size_t size)
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.
- set_memory
void set_memory(void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- sizeOf
size_t sizeOf(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.