Searched refs:multi_heap (Results 1 – 1 of 1) sorted by relevance
22 struct sys_multi_heap multi_heap; member60 sys_multi_heap_free(&mah_data.multi_heap, block); in mem_attr_heap_free()65 return sys_multi_heap_alloc(&mah_data.multi_heap, in mem_attr_heap_alloc()71 return sys_multi_heap_aligned_alloc(&mah_data.multi_heap, in mem_attr_heap_aligned_alloc()79 heap_rec = sys_multi_heap_get_heap(&mah_data.multi_heap, addr); in mem_attr_heap_get_region()100 sys_multi_heap_add_heap(&mah_data.multi_heap, h, (void *) region); in ma_heap_add()116 sys_multi_heap_init(&mah_data.multi_heap, mah_choice); in mem_attr_heap_pool_init()
Completed in 2 milliseconds