Searched defs:mheap (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/lib/heap/ | 
| D | multi_heap.c | 16 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()
  | 
| D | shared_multi_heap.c | 21 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/ | 
| D | multi_heap.h | 194 #define sys_multi_heap_realloc(mheap, cfg, ptr, bytes) \  argument
  | 
| /Zephyr-latest/tests/lib/multi_heap/src/ | 
| D | test_mheap_api.c | 370 void *multi_heap_choice(struct sys_multi_heap *mheap, void *cfg,  in multi_heap_choice()
  |