Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-mem-test.c30 mem_obj_t g_mem_obj; variable
39 index = g_mem_obj.num_malloc_dev; in mem_malloc()
47 g_mem_obj.num_malloc_dev++; in mem_malloc()
48 g_mem_obj.mem_dev[index].heap_ptr = heap_ptr; in mem_malloc()
49 g_mem_obj.mem_dev[index].size = size; in mem_malloc()
50 g_mem_obj.persi_mem_dev += size; in mem_malloc()
55 index = g_mem_obj.num_malloc_comp; in mem_malloc()
63 g_mem_obj.num_malloc_comp++; in mem_malloc()
64 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()
[all …]