tagion.betterC.utils.Malloc

Undocumented in source.

Members

Functions

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.

Manifest constants

align_to
enum align_to;
Undocumented in source.
overhead
enum overhead;
Undocumented in source.

Structs

FreeBlock
struct FreeBlock
Undocumented in source.

Variables

free_block_list_head
FreeBlock* free_block_list_head;
Undocumented in source.

Meta