Home
last modified time | relevance | path

Searched refs:mem_comp (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-mem-test.c64 g_mem_obj.mem_comp[index].heap_ptr = heap_ptr; in mem_malloc()
65 g_mem_obj.mem_comp[index].size = size; in mem_malloc()
90 if(g_mem_obj.mem_comp[idx].heap_ptr == p_heap) in get_heap_ptr_index()
116 size=g_mem_obj.mem_comp[index].size; in mem_free()
117 g_mem_obj.mem_comp[index].size = 0; in mem_free()
120 g_mem_obj.mem_comp[index].heap_ptr = NULL; in mem_free()
/device/linaro/hikey/hifi/xaf/host-apf/utest/include/
Dxaf-mem.h37 mem_obj_comp_t mem_comp[MEM_NUM_MEM_ALLOC]; member