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 NULL, vTaskSuspendAll(), and xTaskResumeAll().
Referenced by portTASK_FUNCTION(), prvAllocateTCBAndStack(), vCreateSuicidalTasks(), vMemCheckTask(), vStartAltBlockingQueueTasks(), vStartBlockingQueueTasks(), vStartSemaphoreTasks(), and xCoRoutineCreate().
void vPortFree | ( | void * | pv | ) |
References vTaskSuspendAll(), and xTaskResumeAll().
Referenced by portTASK_FUNCTION(), prvAllocateTCBAndStack(), vMemCheckTask(), and vQueueDelete().