Searched refs:heap_caps_aligned_alloc (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.4.0/components/heap/test/ |
D | test_aligned_alloc_caps.c | 43 …uint32_t *not_permitted_buf = (uint32_t *)heap_caps_aligned_alloc(alignments, (alignments + 137), … 52 uint8_t *buf = (uint8_t *)heap_caps_aligned_alloc(alignments, 10*1024, MALLOC_CAP_SPIRAM); 145 p = heap_caps_aligned_alloc(32, 0, MALLOC_CAP_DEFAULT);
|
D | test_malloc_caps.c | 222 ptr = heap_caps_aligned_alloc(0x200, stupid_allocation_size, MALLOC_CAP_DEFAULT); 244 ptr = heap_caps_aligned_alloc(0x200, allocation_size, invalid_cap);
|
/hal_espressif-3.4.0/components/newlib/ |
D | heap.c | 74 return heap_caps_aligned_alloc(alignment, n, MALLOC_CAP_DEFAULT); in memalign() 84 void *result = heap_caps_aligned_alloc(alignment, size, MALLOC_CAP_DEFAULT); in posix_memalign()
|
/hal_espressif-3.4.0/components/esp_hw_support/ |
D | sleep_retention.c | 124 void *buf = heap_caps_aligned_alloc(SOC_RTC_CNTL_TAGMEM_PD_DMA_ADDR_ALIGN, in esp_sleep_tagmem_pd_low_init() 170 void *buf = heap_caps_aligned_alloc(SOC_RTC_CNTL_CPU_PD_DMA_ADDR_ALIGN, in esp_sleep_cpu_pd_low_init()
|
/hal_espressif-3.4.0/components/heap/include/ |
D | esp_heap_caps.h | 116 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps);
|
/hal_espressif-3.4.0/components/heap/ |
D | heap_caps.c | 589 IRAM_ATTR void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps) in heap_caps_aligned_alloc() function 649 void *ptr = heap_caps_aligned_alloc(alignment,size_bytes, caps); in heap_caps_aligned_calloc()
|
/hal_espressif-3.4.0/docs/en/api-reference/system/ |
D | mem_alloc.rst | 97 …``MALLOC_CAP_SPIRAM`` capabilities flag together with :cpp:func:`heap_caps_aligned_alloc` with the…
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32h2.map | 14071 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s2.map | 14799 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32c3.map | 15785 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app2.map | 16819 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s3.map | 19335 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow.map | 70302 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s2.map | 71429 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32c3.map | 65726 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s3.map | 86507 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|