Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dmulti_heap.c49 void *sys_multi_heap_aligned_alloc(struct sys_multi_heap *mheap, in sys_multi_heap_aligned_alloc() function
100 return sys_multi_heap_aligned_alloc(mheap, cfg, align, bytes); in sys_multi_heap_aligned_realloc()
121 new_ptr = sys_multi_heap_aligned_alloc(mheap, cfg, align, bytes); in sys_multi_heap_aligned_realloc()
Dshared_multi_heap.c101 return sys_multi_heap_aligned_alloc(&shared_multi_heap, (void *)(long) attr, in shared_multi_heap_aligned_alloc()
/Zephyr-latest/include/zephyr/sys/
Dmulti_heap.h138 void *sys_multi_heap_aligned_alloc(struct sys_multi_heap *mheap,
/Zephyr-latest/subsys/mem_mgmt/
Dmem_attr_heap.c71 return sys_multi_heap_aligned_alloc(&mah_data.multi_heap, in mem_attr_heap_aligned_alloc()
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst121 :c:func:`sys_multi_heap_aligned_alloc`. These behave identically to