Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.heap.ld12 PROVIDE (multi_heap_realloc = multi_heap_realloc_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.heap.ld66 PROVIDE (multi_heap_realloc = multi_heap_realloc_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.heap.ld66 PROVIDE (multi_heap_realloc = multi_heap_realloc_impl); symbol
/hal_espressif-latest/components/heap/
Dmulti_heap_poisoning.c293 void *multi_heap_realloc(multi_heap_handle_t heap, void *p, size_t size) in multi_heap_realloc() function