Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h344 void heap_caps_malloc_extmem_enable(size_t limit);
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c69 void heap_caps_malloc_extmem_enable(size_t limit) in heap_caps_malloc_extmem_enable() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c64 void heap_caps_malloc_extmem_enable(size_t limit) in heap_caps_malloc_extmem_enable() function
Dheap_caps.c212 void heap_caps_malloc_extmem_enable(size_t limit) in heap_caps_malloc_extmem_enable() function
/hal_espressif-latest/components/esp_system/
Dstartup.c292 heap_caps_malloc_extmem_enable(CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL); in do_core_init()