Searched refs:heap_caps_aligned_alloc (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/newlib/ |
D | heap.c | 74 return heap_caps_aligned_alloc(alignment, n, MALLOC_CAP_DEFAULT); in memalign() 79 return heap_caps_aligned_alloc(alignment, n, MALLOC_CAP_DEFAULT); in aligned_alloc() 89 void *result = heap_caps_aligned_alloc(alignment, size, MALLOC_CAP_DEFAULT); in posix_memalign()
|
/hal_espressif-latest/zephyr/port/heap/ |
D | heap_caps_zephyr.c | 209 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps) in heap_caps_aligned_alloc() function 232 void *ptr = heap_caps_aligned_alloc(alignment, size_bytes, caps); in heap_caps_aligned_calloc()
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_linux.c | 199 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps) in heap_caps_aligned_alloc() function 222 void *ptr = heap_caps_aligned_alloc(alignment, size_bytes, caps); in heap_caps_aligned_calloc()
|
D | heap_caps.c | 658 HEAP_IRAM_ATTR void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps) in heap_caps_aligned_alloc() function 723 void *ptr = heap_caps_aligned_alloc(alignment,size_bytes, caps); in heap_caps_aligned_calloc()
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 25 regdma_link_continuous_t *link = (regdma_link_continuous_t *)heap_caps_aligned_alloc( in regdma_link_new_continuous() 41 regdma_link_addr_map_t *link = (regdma_link_addr_map_t *)heap_caps_aligned_alloc( in regdma_link_new_addr_map() 57 regdma_link_write_wait_t *link = (regdma_link_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_write() 69 regdma_link_write_wait_t *link = (regdma_link_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_wait() 81 …regdma_link_branch_continuous_t *link = (regdma_link_branch_continuous_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_continuous() 97 regdma_link_branch_addr_map_t *link = (regdma_link_branch_addr_map_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_addr_map() 113 …regdma_link_branch_write_wait_t *link = (regdma_link_branch_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_write() 125 …regdma_link_branch_write_wait_t *link = (regdma_link_branch_write_wait_t *)heap_caps_aligned_alloc( in regdma_link_new_branch_wait()
|
/hal_espressif-latest/components/heap/include/ |
D | esp_heap_caps.h | 141 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps);
|