Home
last modified time | relevance | path

Searched defs:mem_st (Results 1 – 1 of 1) sorted by relevance

/system/core/lmkd/
Dlmkd.c987 static void memory_stat_parse_line(char* line, struct memory_stat* mem_st) { in memory_stat_parse_line()
1009 static int memory_stat_from_cgroup(struct memory_stat* mem_st, int pid, uid_t uid) { in memory_stat_from_cgroup()
1030 static int memory_stat_from_procfs(struct memory_stat* mem_st, int pid) { in memory_stat_from_procfs()
1341 struct memory_stat mem_st = {}; in kill_one_process() local