Home
last modified time | relevance | path

Searched refs:sys_multi_heap_rec (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dmulti_heap.h61 struct sys_multi_heap_rec { struct
69 struct sys_multi_heap_rec heaps[MAX_MULTI_HEAPS]; argument
152 const struct sys_multi_heap_rec *sys_multi_heap_get_heap(const struct sys_multi_heap *mheap,
/Zephyr-latest/lib/heap/
Dmulti_heap.c26 struct sys_multi_heap_rec swap; in sys_multi_heap_add_heap()
55 const struct sys_multi_heap_rec *sys_multi_heap_get_heap(const struct sys_multi_heap *mheap, in sys_multi_heap_get_heap()
86 const struct sys_multi_heap_rec *heap; in sys_multi_heap_free()
107 const struct sys_multi_heap_rec *rec = sys_multi_heap_get_heap(mheap, ptr); in sys_multi_heap_aligned_realloc()
/Zephyr-latest/subsys/mem_mgmt/
Dmem_attr_heap.c77 const struct sys_multi_heap_rec *heap_rec; in mem_attr_heap_get_region()