FreeRTOS
vPortGetHeapStats()
is only used within FreeRTOS.
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
STM32 Libraries and Samples
FreeRTOS
vPortGetHeapStats()
vPortGetHeapStats() function
Syntax
Show:
Summary
Declaration
Definition
from
portable.h:158
void
vPortGetHeapStats
(
HeapStats_t
*
pxHeapStats
)
;
Implemented in
heap_4.c:442
Arguments
Argument
pxHeapStats
Examples
References
from
examples
Code
Location
void
vPortGetHeapStats
(
HeapStats_t
*
pxHeapStats
)
heap_4.c:442
void
vPortGetHeapStats
(
HeapStats_t
*
pxHeapStats
)
;
portable.h:158
Call Tree
from
examples
vPortGetHeapStats()
calls 4 functions:
All items filtered out
vPortGetHeapStats()
vPortEnterCritical()
vPortExitCritical()
vTaskSuspendAll()
xTaskResumeAll()
All items filtered out
Data Use
from
examples
vPortGetHeapStats()
reads 8 variables and writes 7 variables:
A_BLOCK_LINK::pxNextFreeBlock
A_BLOCK_LINK::xBlockSize
xStart
pxEnd
xFreeBytesRemaining
xMinimumEverFreeBytesRemaining
xNumberOfSuccessfulAllocations
xNumberOfSuccessfulFrees
All items filtered out
vPortGetHeapStats()
xHeapStats::xAvailableHeapSpaceInBytes
xHeapStats::xSizeOfLargestFreeBlockInBytes
xHeapStats::xSizeOfSmallestFreeBlockInBytes
xHeapStats::xNumberOfFreeBlocks
xHeapStats::xMinimumEverFreeBytesRemaining
xHeapStats::xNumberOfSuccessfulAllocations
xHeapStats::xNumberOfSuccessfulFrees
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out