ESP-IDF
heap_task_totals_t::count
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
heap_task_totals_t::count
heap_task_totals_t::count field
Syntax
Show:
Summary
Declaration
from
esp_heap_task_info.h:28
size_t
count
[
NUM_HEAP_TASK_CAPS
]
;
Examples
References
from
examples
Code
Location
Referrer
size_t
count
[
NUM_HEAP_TASK_CAPS
]
;
///< Number of blocks partitioned by selected caps
esp_heap_task_info.h:28
params
->
totals
[
i
]
.
count
[
type
]
=
0
;
heap_task_info.c:39
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
[
i
]
.
count
[
type
]
=
1
;
heap_task_info.c:88
heap_caps_get_per_task_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
heap_task_totals_t::count
is read by 1 function:
All items filtered out
heap_task_totals_t::count
heap_caps_get_per_task_info()
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