Searched refs:memtrack_proc_sum (Results 1 – 1 of 1) sorted by relevance
/system/core/libmemtrack/ |
D | memtrack.c | 139 static ssize_t memtrack_proc_sum(struct memtrack_proc *p, in memtrack_proc_sum() function 162 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), 0); in memtrack_proc_graphics_total() 168 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), in memtrack_proc_graphics_pss() 175 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), 0); in memtrack_proc_gl_total() 181 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), in memtrack_proc_gl_pss() 190 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), 0); in memtrack_proc_other_total() 198 return memtrack_proc_sum(p, types, ARRAY_SIZE(types), in memtrack_proc_other_pss()
|