Searched refs:dmm_heap_size_get (Results 1 – 1 of 1) sorted by relevance
109 static size_t dmm_heap_size_get(struct dmm_heap *dh) in dmm_heap_size_get() function190 if (is_buffer_within_region(addr, 0, dmm_heap_start_get(dh), dmm_heap_size_get(dh))) { in dmm_buffer_out_release()277 if (is_buffer_within_region(addr, 0, dmm_heap_start_get(dh), dmm_heap_size_get(dh))) { in dmm_buffer_in_release()293 sys_heap_init(&dh->heap, (void *)dmm_heap_start_get(dh), dmm_heap_size_get(dh)); in dmm_init()