exip
Alpha 0.5.4
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | D_MEM_HEAP_SIZE 4095 |
#define | D_MEM_ALIGN 2 |
#define | D_MEM_LEN 0x0fff |
#define | D_MEM_INUSE 0x8000 |
Typedefs | |
typedef uint16_t | bndrt_t |
Functions | |
void | d_malloc_init () |
void * | d_malloc (uint16_t sz) |
void | d_free (void *ptr) |
uint16_t | d_malloc_freespace () |
void * | d_realloc (void *ptr, uint16_t size) |
uint16_t | getMemUsage () |
Variables | |
uint8_t | heap [D_MEM_HEAP_SIZE] |
uint8_t heap[D_MEM_HEAP_SIZE] |