Home
last modified time | relevance | path

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

/Zephyr-latest/lib/heap/
Dmulti_heap.c55 const struct sys_multi_heap_rec *sys_multi_heap_get_heap(const struct sys_multi_heap *mheap, in sys_multi_heap_get_heap() function
88 heap = sys_multi_heap_get_heap(mheap, block); 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/include/zephyr/sys/
Dmulti_heap.h152 const struct sys_multi_heap_rec *sys_multi_heap_get_heap(const struct sys_multi_heap *mheap,
/Zephyr-latest/subsys/mem_mgmt/
Dmem_attr_heap.c79 heap_rec = sys_multi_heap_get_heap(&mah_data.multi_heap, addr); in mem_attr_heap_get_region()