Home
last modified time | relevance | path

Searched defs:mheap (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/lib/heap/
Dmulti_heap.c16 void sys_multi_heap_add_heap(struct sys_multi_heap *mheap, in sys_multi_heap_add_heap()
44 void *sys_multi_heap_alloc(struct sys_multi_heap *mheap, void *cfg, size_t bytes) in sys_multi_heap_alloc()
49 void *sys_multi_heap_aligned_alloc(struct sys_multi_heap *mheap, in sys_multi_heap_aligned_alloc()
55 const struct sys_multi_heap_rec *sys_multi_heap_get_heap(const struct sys_multi_heap *mheap, in sys_multi_heap_get_heap()
84 void sys_multi_heap_free(struct sys_multi_heap *mheap, void *block) in sys_multi_heap_free()
95 void *sys_multi_heap_aligned_realloc(struct sys_multi_heap *mheap, void *cfg, in sys_multi_heap_aligned_realloc()
Dshared_multi_heap.c21 static void *smh_choice(struct sys_multi_heap *mheap, void *cfg, size_t align, size_t size) in smh_choice()
/Zephyr-latest/include/zephyr/sys/
Dmulti_heap.h194 #define sys_multi_heap_realloc(mheap, cfg, ptr, bytes) \ argument
/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c309 void *multi_heap_choice(struct sys_multi_heap *mheap, void *cfg, in multi_heap_choice()