ESP-IDF
heap_t_::heap_mux
is only used within ESP-IDF.
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_t_::heap_mux
heap_t_::heap_mux field
Syntax
Show:
Summary
Declaration
from
heap_private.h:31
multi_heap_lock_t
heap_mux
;
Examples
References
from
examples
Code
Location
Referrer
multi_heap_lock_t
heap_mux
;
heap_private.h:31
multi_heap_set_lock
(
heap
->
heap
,
&
heap
->
heap_mux
)
;
heap_caps_init.c:49
heap_caps_enable_nonos_stack_heaps()
MULTI_HEAP_LOCK_INIT
(
&
heap
->
heap_mux
)
;
heap_caps_init.c:113
heap_caps_init()
multi_heap_set_lock
(
heaps_array
[
i
]
.
heap
,
&
heaps_array
[
i
]
.
heap_mux
)
;
heap_caps_init.c:155
heap_caps_init()
MULTI_HEAP_LOCK_INIT
(
&
p_new
->
heap_mux
)
;
heap_caps_init.c:246
heap_caps_add_region_with_caps()
multi_heap_set_lock
(
p_new
->
heap
,
&
p_new
->
heap_mux
)
;
heap_caps_init.c:253
heap_caps_add_region_with_caps()
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