Home
last modified time | relevance | path

Searched refs:multi_heap_aligned_alloc (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.5.0/components/heap/test_multi_heap_host/
Dtest_multi_heap.cpp466 uint8_t *buf = (uint8_t *)multi_heap_aligned_alloc(heap, (aligments + 137), aligments );
494 uint8_t *buf1 = (uint8_t *)multi_heap_aligned_alloc(heap, size, 4);
495 uint8_t *buf2 = (uint8_t *)multi_heap_aligned_alloc(heap, size, 4);
499 buf1 = (uint8_t *)multi_heap_aligned_alloc(heap, buf2 - buf1, 4);
/hal_espressif-3.5.0/components/heap/include/
Dmulti_heap.h41 void *multi_heap_aligned_alloc(multi_heap_handle_t heap, size_t size, size_t alignment);
/hal_espressif-3.5.0/components/heap/
Dmulti_heap.c38 void *multi_heap_aligned_alloc(multi_heap_handle_t heap, size_t size, size_t alignment)
Dmulti_heap_poisoning.c188 void *multi_heap_aligned_alloc(multi_heap_handle_t heap, size_t size, size_t alignment) in multi_heap_aligned_alloc() function
Dheap_caps.c622 ret = multi_heap_aligned_alloc(heap->heap, size, alignment); in heap_caps_aligned_alloc()
/hal_espressif-3.5.0/tools/test_idf_size/
Dapp_esp32c3.map15994 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)
Dapp_esp32h2.map14277 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)
Dapp_esp32s2.map15004 multi_heap_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp2.map17013 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)
Dapp_esp32s3.map19551 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)
Doverflow.map74048 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)
Doverflow_esp32s2.map75198 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)
Doverflow_esp32c3.map70228 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)
Doverflow_esp32s3.map90934 multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj)