Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.heap.ld51 multi_heap_malloc_impl = 0x4000047c; symbol
64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl);
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.heap.ld51 multi_heap_malloc_impl = 0x40000474; symbol
64 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl);
/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.heap.ld10 PROVIDE (multi_heap_malloc = multi_heap_malloc_impl);
Desp32c2.rom.ld266 PROVIDE( multi_heap_malloc_impl = 0x40000358 ); symbol
/hal_espressif-latest/components/heap/
Dmulti_heap_internal.h43 void *multi_heap_malloc_impl(multi_heap_handle_t heap, size_t size);
Dlinker.lf25 multi_heap:multi_heap_malloc_impl (noflash)
Dmulti_heap.c199 void *multi_heap_malloc_impl(multi_heap_handle_t heap, size_t size) in multi_heap_malloc_impl() function
240 return multi_heap_malloc_impl(heap, size); in multi_heap_realloc_impl()
Dmulti_heap_poisoning.c251 poison_head_t *head = multi_heap_malloc_impl(heap, size + POISON_OVERHEAD); in multi_heap_malloc()
335 new_head = multi_heap_malloc_impl(heap, size + POISON_OVERHEAD); in multi_heap_realloc()
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32h2_beta_2.ld287 PROVIDE( multi_heap_malloc_impl = 0x40000368 ); symbol
Drom_32c2.ld279 PROVIDE( multi_heap_malloc_impl = 0x40000358 ); symbol