FreeRTOS
+
0
/1 examples
SourceVu will show references to
vPortFree()
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
vPortFree()
vPortFree() function
Syntax
Show:
Summary
Declaration
Definition
from
portable.h:182
void
vPortFree
(
void
*
pv
)
;
Implemented in
heap_idf.c:61
Arguments
Argument
pv
Examples
vPortFree()
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
Referrer
void
vPortFree
(
void
*
pv
)
heap_idf.c:61
void
vPortFree
(
void
*
pv
)
PRIVILEGED_FUNCTION
;
portable.h:182
vPortFree
(
pxEventBits
)
;
event_groups.c:701
vEventGroupDelete()
vPortFreeStack
(
pxStack
)
;
freertos_tasks_c_additions.h:249
xTaskCreatePinnedToCore()
vPortFree
(
pxTaskBuffer
)
;
idf_additions.c:75
xTaskCreatePinnedToCoreWithCaps()
vPortFree
(
pxTaskBuffer
)
;
idf_additions.c:113
prvTaskDeleteWithCaps()
vPortFree
(
pxQueue
)
;
queue.c:2376
vQueueDelete()
vPortFree
(
(
void
*
)
pxStreamBuffer
)
;
/*lint !e9087 Standard free() semantics require void *, plus pxStreamBuffer was allocated by pvPortMalloc(). */
stream_buffer.c:538
vStreamBufferDelete()
vPortFreeStack
(
pxTCB
->
pxStack
)
;
tasks.c:4923
prvDeleteTCB()
vPortFree
(
pxTCB
)
;
tasks.c:4924
prvDeleteTCB()
vPortFree
(
pxTCB
)
;
tasks.c:4930
prvDeleteTCB()
vPortFree
(
pxTaskStatusArray
)
;
tasks.c:5536
vTaskList()
vPortFree
(
pxTaskStatusArray
)
;
tasks.c:5657
vTaskGetRunTimeStats()
vPortFree
(
pxTimer
)
;
timers.c:970
prvProcessReceivedCommands()
Call Tree
from
0/1
examples
vPortFree()
is called by 10 functions and calls 1 function:
vQueueDelete()
prvDeleteTCB()
vTaskList()
vTaskGetRunTimeStats()
xTaskCreatePinnedToCore()
prvProcessReceivedCommands()
vEventGroupDelete()
vStreamBufferDelete()
xTaskCreatePinnedToCoreWithCaps()
prvTaskDeleteWithCaps()
All items filtered out
vPortFree()
heap_caps_free()
All items filtered out
Data Use
from
0/1
examples
vPortFree()
:
All items filtered out
vPortFree()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out