ESP-IDF
heap_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
heap_t
heap_t struct
Syntax
Show:
Summary
Declaration
from
heap_private.h:27
typedef
struct
heap_t_
{
uint32_t
caps
[
SOC_MEMORY_TYPE_NO_PRIOS
]
;
intptr_t
start
;
intptr_t
end
;
multi_heap_lock_t
heap_mux
;
multi_heap_handle_t
heap
;
SLIST_ENTRY
(
heap_t_
)
next
;
}
heap_t
;
Fields
Field
Declared as
heap_t_::caps
uint32_t
[
SOC_MEMORY_TYPE_NO_PRIOS
]
heap_t_::start
intptr_t
heap_t_::end
intptr_t
heap_t_::heap_mux
multi_heap_lock_t
heap_t_::heap
multi_heap_handle_t
heap_t_::next
SLIST_ENTRY
(
heap_t_
)
Related Functions
Found 3 other functions taking a
heap_t_
argument:
Function
get_all_caps()
heap_caps_match()
register_heap()
Examples
References
from
examples
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