Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/include/
Desp_heap_caps_init.h72 esp_err_t heap_caps_add_region(intptr_t start, intptr_t end);
/hal_espressif-latest/components/heap/
Dheap_caps_init.c151 esp_err_t heap_caps_add_region(intptr_t start, intptr_t end) in heap_caps_add_region() function
/hal_espressif-latest/components/bt/controller/esp32c2/
Dbt.c1020 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c1100 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c1078 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c1199 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1285 int ret = heap_caps_add_region(start, end); in try_heap_caps_add_region()