ESP-IDF
NUM_HEAP_TASK_CAPS
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
NUM_HEAP_TASK_CAPS
NUM_HEAP_TASK_CAPS macro
Syntax
Show:
Summary
Declaration
from
esp_heap_task_info.h:22
#define
NUM_HEAP_TASK_CAPS
4
Examples
References
from
examples
Code
Location
#define
NUM_HEAP_TASK_CAPS
4
esp_heap_task_info.h:22
size_t
size
[
NUM_HEAP_TASK_CAPS
]
;
///< Total allocations partitioned by selected caps
esp_heap_task_info.h:27
size_t
count
[
NUM_HEAP_TASK_CAPS
]
;
///< Number of blocks partitioned by selected caps
esp_heap_task_info.h:28
int32_t
caps
[
NUM_HEAP_TASK_CAPS
]
;
///< Array of caps for partitioning task totals
esp_heap_task_info.h:66
int32_t
mask
[
NUM_HEAP_TASK_CAPS
]
;
///< Array of masks under which caps must match
esp_heap_task_info.h:67
for
(
size_t
type
=
0
;
type
<
NUM_HEAP_TASK_CAPS
;
++
type
)
{
heap_task_info.c:37
for
(
type
=
0
;
type
<
NUM_HEAP_TASK_CAPS
;
++
type
)
{
heap_task_info.c:54
if
(
type
==
NUM_HEAP_TASK_CAPS
)
{
heap_task_info.c:59
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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