Home
last modified time | relevance | path

Searched refs:heap_caps_aligned_alloc (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/newlib/
Dheap.c74 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/
Dheap_caps_zephyr.c209 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/
Dheap_caps_linux.c199 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()
Dheap_caps.c658 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/
Dregdma_link.c25 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/
Desp_heap_caps.h141 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps);