Searched refs:sys_multi_heap_aligned_alloc (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/lib/heap/ |
D | multi_heap.c | 49 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()
|
D | shared_multi_heap.c | 101 return sys_multi_heap_aligned_alloc(&shared_multi_heap, (void *)(long) attr, in shared_multi_heap_aligned_alloc()
|
/Zephyr-latest/include/zephyr/sys/ |
D | multi_heap.h | 138 void *sys_multi_heap_aligned_alloc(struct sys_multi_heap *mheap,
|
/Zephyr-latest/subsys/mem_mgmt/ |
D | mem_attr_heap.c | 71 return sys_multi_heap_aligned_alloc(&mah_data.multi_heap, in mem_attr_heap_aligned_alloc()
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 121 :c:func:`sys_multi_heap_aligned_alloc`. These behave identically to
|