Data Structures | |
struct | HeapRegion |
Macros | |
#define | portNUM_CONFIGURABLE_REGIONS 1 |
Typedefs | |
typedef struct HeapRegion | HeapRegion_t |
Functions | |
void * | pvPortMalloc (size_t xSize) PRIVILEGED_FUNCTION |
StackType_t * | pxPortInitialiseStack (StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters) PRIVILEGED_FUNCTION |
void | vPortDefineHeapRegions (const HeapRegion_t *const pxHeapRegions) PRIVILEGED_FUNCTION |
void | vPortEndScheduler (void) PRIVILEGED_FUNCTION |
void | vPortFree (void *pv) PRIVILEGED_FUNCTION |
void | vPortInitialiseBlocks (void) PRIVILEGED_FUNCTION |
size_t | xPortGetFreeHeapSize (void) PRIVILEGED_FUNCTION |
size_t | xPortGetMinimumEverFreeHeapSize (void) PRIVILEGED_FUNCTION |
BaseType_t | xPortStartScheduler (void) PRIVILEGED_FUNCTION |
#define portNUM_CONFIGURABLE_REGIONS 1 |
typedef struct HeapRegion HeapRegion_t |
void* pvPortMalloc | ( | size_t | xSize | ) |
References configADJUSTED_HEAP_SIZE, portPOINTER_SIZE_TYPE, traceMALLOC, ucHeap, vTaskSuspendAll(), xNextFreeByte, and xTaskResumeAll().
Referenced by xEventGroupCreate(), xQueueGenericCreate(), and xStreamBufferGenericCreate().
StackType_t* pxPortInitialiseStack | ( | StackType_t * | pxTopOfStack, |
TaskFunction_t | pxCode, | ||
void * | pvParameters | ||
) |
Referenced by prvInitialiseNewTask().
void vPortDefineHeapRegions | ( | const HeapRegion_t *const | pxHeapRegions | ) |
void vPortEndScheduler | ( | void | ) |
Referenced by vTaskEndScheduler().
void vPortFree | ( | void * | pv | ) |
References configASSERT.
Referenced by vEventGroupDelete(), vQueueDelete(), and vStreamBufferDelete().
void vPortInitialiseBlocks | ( | void | ) |
References xNextFreeByte.
size_t xPortGetFreeHeapSize | ( | void | ) |
References configADJUSTED_HEAP_SIZE, and xNextFreeByte.
size_t xPortGetMinimumEverFreeHeapSize | ( | void | ) |
BaseType_t xPortStartScheduler | ( | void | ) |
Referenced by vTaskStartScheduler().