Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/test/
Dtest_aligned_alloc_caps.c43 …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);
Dtest_malloc_caps.c222 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/
Dheap.c74 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/
Dsleep_retention.c124 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/
Desp_heap_caps.h116 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps);
/hal_espressif-3.4.0/components/heap/
Dheap_caps.c589 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/
Dmem_alloc.rst97 …``MALLOC_CAP_SPIRAM`` capabilities flag together with :cpp:func:`heap_caps_aligned_alloc` with the…
/hal_espressif-3.4.0/tools/test_idf_size/
Dapp_esp32h2.map14071 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32s2.map14799 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32c3.map15785 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp2.map16819 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32s3.map19335 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow.map70302 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s2.map71429 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32c3.map65726 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s3.map86507 heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)