Home
last modified time | relevance | path

Searched defs:multi_heap_malloc (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.heap.ld10 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.heap.ld64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.heap.ld64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl); symbol
/hal_espressif-latest/components/heap/
Dmulti_heap_poisoning.c240 void *multi_heap_malloc(multi_heap_handle_t heap, size_t size) in multi_heap_malloc() function