Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-mem-test.c35 void* heap_ptr = NULL; in mem_malloc() local
42 heap_ptr = NULL; in mem_malloc()
46 heap_ptr = malloc(size); in mem_malloc()
48 g_mem_obj.mem_dev[index].heap_ptr = heap_ptr; in mem_malloc()
58 heap_ptr = NULL; in mem_malloc()
62 heap_ptr = malloc(size); in mem_malloc()
64 g_mem_obj.mem_comp[index].heap_ptr = heap_ptr; in mem_malloc()
69 return heap_ptr; in mem_malloc()
81 if(g_mem_obj.mem_dev[idx].heap_ptr == p_heap) in get_heap_ptr_index()
90 if(g_mem_obj.mem_comp[idx].heap_ptr == p_heap) in get_heap_ptr_index()
[all …]
/device/linaro/hikey/hifi/xaf/host-apf/utest/include/
Dxaf-mem.h26 void* heap_ptr; member
31 void* heap_ptr; member
45 void mem_free(void * heap_ptr, int id);