Searched refs:heap_caps_aligned_calloc (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.4.0/components/heap/test/ |
D | test_aligned_alloc_caps.c | 80 …uint8_t *buf = (uint8_t *)heap_caps_aligned_calloc(alignments, 1, (alignments + 137), MALLOC_CAP_D… 102 uint8_t *buf = (uint8_t *)heap_caps_aligned_calloc(1024, 1, 1024, MALLOC_CAP_DEFAULT); 107 buf = (uint8_t *)heap_caps_aligned_calloc(1024, 1024, 1, MALLOC_CAP_DEFAULT); 112 …uint32_t *not_permitted_buf = (uint32_t *)heap_caps_aligned_calloc(alignments, 1, (alignments + 13… 121 …uint8_t *buf = (uint8_t *)(uint8_t *)heap_caps_aligned_calloc(alignments, 1, 10*1024, MALLOC_CAP_S…
|
/hal_espressif-3.4.0/components/heap/include/ |
D | esp_heap_caps.h | 139 void *heap_caps_aligned_calloc(size_t alignment, size_t n, size_t size, uint32_t caps);
|
/hal_espressif-3.4.0/components/esp_lcd/src/ |
D | esp_lcd_rgb_panel.c | 134 …rgb_panel->fb = heap_caps_aligned_calloc(psram_trans_align, 1, fb_size, MALLOC_CAP_SPIRAM | MALLOC… in esp_lcd_new_rgb_panel() 136 …rgb_panel->fb = heap_caps_aligned_calloc(sram_trans_align, 1, fb_size, MALLOC_CAP_INTERNAL | MALLO… in esp_lcd_new_rgb_panel()
|
/hal_espressif-3.4.0/components/heap/ |
D | heap_caps.c | 642 void *heap_caps_aligned_calloc(size_t alignment, size_t n, size_t size, uint32_t caps) in heap_caps_aligned_calloc() function
|
/hal_espressif-3.4.0/components/usb/ |
D | hcd.c | 964 …void *frame_list = heap_caps_aligned_calloc(USBH_HAL_FRAME_LIST_MEM_ALIGN, FRAME_LIST_LEN,sizeof(u… in port_obj_alloc() 1595 …void *xfer_desc_list = heap_caps_aligned_calloc(USBH_HAL_DMA_MEM_ALIGN, desc_list_len, sizeof(usbh… in buffer_block_alloc()
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32s2.map | 2144 .literal.heap_caps_aligned_calloc 2184 .text.heap_caps_aligned_calloc 14800 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app2.map | 2816 .literal.heap_caps_aligned_calloc 2856 .text.heap_caps_aligned_calloc 16820 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s3.map | 1297 .literal.heap_caps_aligned_calloc 1332 .text.heap_caps_aligned_calloc 19337 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32h2.map | 936 .text.heap_caps_aligned_calloc 14073 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32c3.map | 946 .text.heap_caps_aligned_calloc 15788 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow.map | 2000 .literal.heap_caps_aligned_calloc 2032 .text.heap_caps_aligned_calloc 70304 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s2.map | 1951 .literal.heap_caps_aligned_calloc 1983 .text.heap_caps_aligned_calloc 71431 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s3.map | 2248 .literal.heap_caps_aligned_calloc 2282 .text.heap_caps_aligned_calloc 86509 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32c3.map | 1987 .text.heap_caps_aligned_calloc 65728 heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj)
|