Home
last modified time | relevance | path

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

/system/core/lmkd/
Dstatslog.h61 struct memory_stat { struct
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()