Searched refs:multi_heap_aligned_alloc_impl_offs (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/heap/ |
D | multi_heap_internal.h | 49 void *multi_heap_aligned_alloc_impl_offs(multi_heap_handle_t heap, size_t size, size_t alignment, s…
|
D | linker.lf | 28 multi_heap:multi_heap_aligned_alloc_impl_offs (noflash)
|
D | multi_heap.c | 267 void *multi_heap_aligned_alloc_impl_offs(multi_heap_handle_t heap, size_t size, size_t alignment, s… in multi_heap_aligned_alloc_impl_offs() function 299 return multi_heap_aligned_alloc_impl_offs(heap, size, alignment, 0); in multi_heap_aligned_alloc_impl()
|
D | multi_heap_poisoning.c | 220 poison_head_t *head = multi_heap_aligned_alloc_impl_offs(heap, size + POISON_OVERHEAD, in multi_heap_aligned_alloc()
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.heap.ld | 54 multi_heap_aligned_alloc_impl_offs = 0x40000488; symbol
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.heap.ld | 54 multi_heap_aligned_alloc_impl_offs = 0x40000480; symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.ld | 269 PROVIDE( multi_heap_aligned_alloc_impl_offs = 0x40000364 ); symbol
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32h2_beta_2.ld | 290 PROVIDE( multi_heap_aligned_alloc_impl_offs = 0x40000374 ); symbol
|
D | rom_32c2.ld | 282 PROVIDE( multi_heap_aligned_alloc_impl_offs = 0x40000364 ); symbol
|