Searched refs:heap_caps_aligned_alloc (Results 1 – 5 of 5) sorted by relevance
| /device/soc/esp/esp32/components/osal/ |
| D | liteos_m.c | 105 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/ |
| D | heap.c | 81 return heap_caps_aligned_alloc(alignment, n, MALLOC_CAP_DEFAULT); in memalign()
|
| /device/soc/esp/esp32/components/heap/include/ |
| D | esp_heap_caps.h | 122 void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps);
|
| /device/soc/esp/esp32/components/heap/ |
| D | heap_caps.c | 543 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/ |
| D | sleep_modes.c | 370 void *buf = heap_caps_aligned_alloc(SOC_RTC_CNTL_CPU_PD_DMA_ADDR_ALIGN, in esp_sleep_cpu_pd_low_init()
|