uc-sdk
|
Go to the source code of this file.
Classes | |
struct | _heap_t |
Typedefs | |
typedef struct _heap_t | heap_t |
Functions | |
void * | sbrk (ptrdiff_t incr) |
void * | base_malloc (size_t size) |
void * | base_realloc (void *ptr, size_t size) |
void | base_free (void *ptr) |
__attribute__ ((weak)) | |
Variables | |
malloc_t | malloc = base_malloc |
free_t | free = base_free |
realloc_t | realloc = base_realloc |
malloc_t malloc = base_malloc |
realloc_t realloc = base_realloc |