Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.heap.ld53 multi_heap_realloc_impl = 0x40000484; symbol
66 PROVIDE (multi_heap_realloc = multi_heap_realloc_impl);
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.heap.ld53 multi_heap_realloc_impl = 0x4000047c; symbol
66 PROVIDE (multi_heap_realloc = multi_heap_realloc_impl);
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.heap.ld12 PROVIDE (multi_heap_realloc = multi_heap_realloc_impl);
Desp32c2.rom.ld268 PROVIDE( multi_heap_realloc_impl = 0x40000360 ); symbol
/hal_espressif-latest/components/heap/
Dmulti_heap_internal.h52 void *multi_heap_realloc_impl(multi_heap_handle_t heap, void *p, size_t size);
Dlinker.lf27 multi_heap:multi_heap_realloc_impl (noflash)
Dmulti_heap.c235 void *multi_heap_realloc_impl(multi_heap_handle_t heap, void *p, size_t size) in multi_heap_realloc_impl() function
Dmulti_heap_poisoning.c317 new_head = multi_heap_realloc_impl(heap, head, size + POISON_OVERHEAD); in multi_heap_realloc()
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32h2_beta_2.ld289 PROVIDE( multi_heap_realloc_impl = 0x40000370 ); symbol
Drom_32c2.ld281 PROVIDE( multi_heap_realloc_impl = 0x40000360 ); symbol