FreeRTOS
xNumberOfSuccessfulAllocations
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xNumberOfSuccessfulAllocations
xNumberOfSuccessfulAllocations variable
Syntax
Show:
Summary
Declaration
from
heap_4.c:104
static
size_t
xNumberOfSuccessfulAllocations
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
size_t
xNumberOfSuccessfulAllocations
=
0
;
heap_4.c:104
xNumberOfSuccessfulAllocations
++
;
heap_4.c:226
pvPortMalloc()
pxHeapStats
->
xNumberOfSuccessfulAllocations
=
xNumberOfSuccessfulAllocations
;
heap_4.c:486
vPortGetHeapStats()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xNumberOfSuccessfulAllocations
is written by 1 function and is read by 2 functions:
pvPortMalloc()
All items filtered out
xNumberOfSuccessfulAllocations
pvPortMalloc()
vPortGetHeapStats()
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