Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.heap.ld19 PROVIDE (multi_heap_aligned_alloc = multi_heap_aligned_alloc_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.heap.ld73 PROVIDE (multi_heap_aligned_alloc = multi_heap_aligned_alloc_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.heap.ld73 PROVIDE (multi_heap_aligned_alloc = multi_heap_aligned_alloc_impl); symbol
/hal_espressif-latest/components/heap/
Dmulti_heap_poisoning.c209 void *multi_heap_aligned_alloc(multi_heap_handle_t heap, size_t size, size_t alignment) in multi_heap_aligned_alloc() function