FreeRTOS port on GAP8/RISC-V
|
Macros | |
#define | MPU_WRAPPERS_INCLUDED_FROM_API_FILE |
#define | configADJUSTED_HEAP_SIZE |
Functions | |
void * | pvPortMalloc (size_t xWantedSize) |
void | vPortFree (void *pv) |
void | vPortInitialiseBlocks (void) |
size_t | xPortGetFreeHeapSize (void) |
Variables | |
static uint8_t | ucHeap [configTOTAL_HEAP_SIZE] |
static size_t | xNextFreeByte |
#define configADJUSTED_HEAP_SIZE |
Referenced by pvPortMalloc(), and xPortGetFreeHeapSize().
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE |
void* pvPortMalloc | ( | size_t | xWantedSize | ) |
void vPortFree | ( | void * | pv | ) |
References configASSERT.
void vPortInitialiseBlocks | ( | void | ) |
References xNextFreeByte.
size_t xPortGetFreeHeapSize | ( | void | ) |
References configADJUSTED_HEAP_SIZE, and xNextFreeByte.
|
static |
Referenced by pvPortMalloc().
|
static |
Referenced by pvPortMalloc(), vPortInitialiseBlocks(), and xPortGetFreeHeapSize().