Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-utils-test.c51 int tot_dev_mem_size, tot_comp_mem_size, tot_size; in print_mem_mcps_info() local
59 tot_comp_mem_size = mem_get_alloc_size(mem_handle, XAF_MEM_ID_COMP); in print_mem_mcps_info()
60 tot_size = tot_dev_mem_size + tot_comp_mem_size; in print_mem_mcps_info()
64 fprintf(stdout,"Memory allocated on AP for Components : %8d \n", tot_comp_mem_size); in print_mem_mcps_info()