ESP-IDF
+
0
/1 examples
SourceVu will show references to
heap_task_info_params_t::totals
from the following samples and libraries:
heap_task_tracking sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
heap_task_info_params_t::totals
heap_task_info_params_t::totals field
Syntax
Show:
Summary
Declaration
from
esp_heap_task_info.h:70
heap_task_totals_t
*
totals
;
Examples
heap_task_info_params_t::totals
is referenced by 1 libraries and example projects:
heap_task_tracking sample
References
from
0/1
examples
Code
Location
Referrer
heap_task_totals_t
*
totals
;
///< Array of structs to collect task totals
esp_heap_task_info.h:70
if
(
params
->
totals
)
{
heap_task_info.c:35
heap_caps_get_per_task_info()
params
->
totals
[
i
]
.
size
[
type
]
=
0
;
heap_task_info.c:38
heap_caps_get_per_task_info()
params
->
totals
[
i
]
.
count
[
type
]
=
0
;
heap_task_info.c:39
heap_caps_get_per_task_info()
if
(
params
->
totals
)
{
heap_task_info.c:73
heap_caps_get_per_task_info()
if
(
params
->
totals
[
i
]
.
task
==
btask
)
{
heap_task_info.c:76
heap_caps_get_per_task_info()
params
->
totals
[
i
]
.
size
[
type
]
+=
bsize
;
heap_task_info.c:81
heap_caps_get_per_task_info()
params
->
totals
[
i
]
.
count
[
type
]
+=
1
;
heap_task_info.c:82
heap_caps_get_per_task_info()
params
->
totals
[
count
]
.
task
=
btask
;
heap_task_info.c:86
heap_caps_get_per_task_info()
params
->
totals
[
count
]
.
size
[
type
]
=
bsize
;
heap_task_info.c:87
heap_caps_get_per_task_info()
params
->
totals
[
i
]
.
count
[
type
]
=
1
;
heap_task_info.c:88
heap_caps_get_per_task_info()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
heap_task_info_params_t::totals
is read by 1 function:
All items filtered out
heap_task_info_params_t::totals
heap_caps_get_per_task_info()
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