IBNOS
|
Go to the source code of this file.
Functions | |
void * | heapAlloc (uint32_t length) |
Allocates a block of kernel memory. More... | |
void | heapFree (void *addr) |
Deallocates a block of kernel memory. More... | |
uint32_t | heapSize (void *addr) |
Determines the size of a specific kernel memory block. More... | |
void * | heapReAlloc (void *addr, uint32_t length) |
Resizes a block of kernel memory. More... | |
void | heapVerify () |
Runs some internal checks to ensure that the heap is still valid. More... | |