exip
Alpha 0.5.4
|
Go to the source code of this file.
Functions | |
void | d_malloc_init () |
uint16_t | getMemUsage () |
void * | d_malloc (uint16_t sz) |
void | d_free (void *ptr) |
uint16_t | d_malloc_freespace () |
void * | d_realloc (void *ptr, uint16_t size) |
Variables | |
uint8_t | heap [D_MEM_HEAP_SIZE] |
uint16_t | memUsage = 0 |
uint8_t heap[D_MEM_HEAP_SIZE] |