Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dliteos_m.c105 void* heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps);
131 return heap_caps_aligned_alloc(boundary, size, MALLOC_CAP_8BIT); in __wrap_LOS_MemAllocAlign()
/device/soc/esp/esp32/components/newlib/
Dheap.c81 return heap_caps_aligned_alloc(alignment, n, MALLOC_CAP_DEFAULT); in memalign()
/device/soc/esp/esp32/components/heap/include/
Desp_heap_caps.h122 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps);
/device/soc/esp/esp32/components/heap/
Dheap_caps.c543 IRAM_ATTR void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps) in heap_caps_aligned_alloc() function
603 void *ptr = heap_caps_aligned_alloc(alignment,size_bytes, caps); in heap_caps_aligned_calloc()
/device/soc/esp/esp32/components/esp_system/
Dsleep_modes.c370 void *buf = heap_caps_aligned_alloc(SOC_RTC_CNTL_CPU_PD_DMA_ADDR_ALIGN, in esp_sleep_cpu_pd_low_init()