ESP-IDF
+
0
/1 examples
SourceVu will show references to
heap_task_block_t
from the following samples and libraries:
heap_task_tracking sample
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_block_t
heap_task_block_t struct
Structure providing details about a block allocated by a task
Syntax
Show:
Summary
Declaration
from
esp_heap_task_info.h:32
typedef
struct
{
TaskHandle_t
task
;
void
*
address
;
uint32_t
size
;
}
heap_task_block_t
;
Fields
Field
Declared as
heap_task_block_t::task
TaskHandle_t
heap_task_block_t::address
void
*
heap_task_block_t::size
uint32_t
Examples
heap_task_block_t
is referenced by 1 libraries and example projects:
heap_task_tracking sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_heap_task_info.h:32
}
heap_task_block_t
;
esp_heap_task_info.h:36
heap_task_block_t
heap_task_block_t
*
blocks
;
///< Array of task block details structs
esp_heap_task_info.h:73
heap_task_info_params_t
heap_task_info_params_t::blocks
heap_task_block_t
*
blocks
=
params
->
blocks
;
heap_task_info.c:30
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
All items filtered out
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
Instance
Scope
Location
Project
heap_task_info_params_t::blocks
heap_task_info_params_t
esp_heap_task_info.h:73
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out