Macros | |
#define | MPU_WRAPPERS_INCLUDED_FROM_API_FILE |
Functions | |
void * | pvPortMalloc (size_t xWantedSize) |
void | vPortFree (void *pv) |
#define MPU_WRAPPERS_INCLUDED_FROM_API_FILE |
void* pvPortMalloc | ( | size_t | xWantedSize | ) |
References traceMALLOC, vApplicationMallocFailedHook(), vTaskSuspendAll(), and xTaskResumeAll().
Referenced by vTaskList(), xEventGroupCreate(), xQueueGenericCreate(), xStreamBufferGenericCreate(), and xTimerCreate().
void vPortFree | ( | void * | pv | ) |
References traceFREE, vTaskSuspendAll(), and xTaskResumeAll().
Referenced by prvDeleteTCB(), prvProcessReceivedCommands(), vEventGroupDelete(), vQueueDelete(), vStreamBufferDelete(), and vTaskList().