Searched refs:memory_stat (Results 1 – 2 of 2) sorted by relevance
61 struct memory_stat { struct
987 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()