ESP-IDF
heap_caps_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_caps_init()
heap_caps_init() function
Initialize the capability-aware heap allocator. This is called once in the IDF startup code. Do not call it at other times.
Syntax
Show:
Summary
Declaration
Definition
from
esp_heap_caps_init.h:21
void
heap_caps_init
(
void
)
;
Implemented in
heap_caps_init.c:58
Examples
References
from
examples
Code
Location
void
heap_caps_init
(
void
)
heap_caps_init.c:58
void
heap_caps_init
(
void
)
;
esp_heap_caps_init.h:21
heap_caps_init
(
)
;
heap_caps_init.c:26
Call Tree
from
examples
heap_caps_init()
calls 12 functions:
All items filtered out
heap_caps_init()
esp_log_get_default_level()
spinlock_initialize()
__assert_func()
esp_rom_printf()
esp_log_timestamp()
multi_heap_malloc()
multi_heap_set_lock()
soc_get_available_memory_regions()
soc_get_available_memory_region_max_count()
heap_caps_match()
register_heap()
xTaskGetCurrentTaskHandle()
All items filtered out
Data Use
from
examples
heap_caps_init()
reads 12 variables and writes 6 variables:
esp_log_level_t::ESP_LOG_INFO
soc_memory_type_desc_t::name
soc_memory_type_desc_t::caps
soc_memory_region_t::start
soc_memory_region_t::size
soc_memory_region_t::type
soc_memory_region_t::startup_stack
soc_memory_types
heap_t_::caps
heap_t_::heap
heap_t_::next
TAG
All items filtered out
heap_caps_init()
soc_memory_region_t::start
soc_memory_region_t::size
soc_memory_region_t::type
heap_t_::start
heap_t_::end
heap_t_::heap
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