|
dRonin
adbada4
dRonin firmware
|
#include <stdlib.h>#include <stdbool.h>Go to the source code of this file.
Functions | |
| bool | PIOS_heap_malloc_failed_p (void) |
| void * | PIOS_malloc_no_dma (size_t size) |
| void * | PIOS_malloc (size_t size) |
| void | PIOS_free (void *buf) |
| size_t | PIOS_heap_get_free_size (void) |
| size_t | PIOS_fastheap_get_free_size (void) |
| void | PIOS_heap_initialize_blocks (void) |
| void | PIOS_heap_increase_size (size_t bytes) |
Definition in file pios_heap.h.