Searched refs:vPortFree (Results 1 – 9 of 9) sorted by relevance
179 void vPortFree( void * pv ) PRIVILEGED_FUNCTION;189 #define vPortFreeStack vPortFree201 #define vPortFree free macro
711 vPortFree( pxEventBits ); in vEventGroupDelete()719 vPortFree( pxEventBits ); in vEventGroupDelete()
853 vPortFree( pxNewTCB ); in xTaskCreatePinnedToCore()879 vPortFree( pxStack ); in xTaskCreatePinnedToCore()4556 vPortFree( pxTCB->pxStack ); in prvDeleteTCB()4557 vPortFree( pxTCB ); in prvDeleteTCB()4568 vPortFree( pxTCB->pxStack ); in prvDeleteTCB()4569 vPortFree( pxTCB ); in prvDeleteTCB()4575 vPortFree( pxTCB ); in prvDeleteTCB()5162 vPortFree( pxTaskStatusArray ); in vTaskList()5289 vPortFree( pxTaskStatusArray ); in vTaskGetRunTimeStats()
2153 vPortFree( pxQueue ); in vQueueDelete()2161 vPortFree( pxQueue ); in vQueueDelete()
902 vPortFree( pxTimer ); in prvProcessReceivedCommands()
442 …vPortFree( ( void * ) pxStreamBuffer ); /*lint !e9087 Standard free() semantics require void *, pl… in vStreamBufferDelete()
1203 + Added a configASSERT() into the vPortFree() function in heap_1.c as it is1570 just call pvPortMalloc() and vPortFree(). The macros are only needed to
25 extern void vPortFree(void *pv);
232 vPortFree(inth); in esp_apptrace_dummy_task()313 vPortFree(inth); in esp_apptrace_test_task()