Home
last modified time | relevance | path

Searched refs:esp_heap_runtime_init_mem (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/soc/espressif/common/
Desp_heap_runtime.c22 static void *esp_heap_runtime_init_mem = &z_mapped_end; variable
31 esp_heap_runtime_init_mem, ESP_HEAP_RUNTIME_MAX_SIZE / 1024); in esp_heap_runtime_init()
33 k_heap_init(&esp_heap_runtime, esp_heap_runtime_init_mem, ESP_HEAP_RUNTIME_MAX_SIZE); in esp_heap_runtime_init()