Searched refs:tasksize (Results 1 – 3 of 3) sorted by relevance
/system/memory/lmkd/ |
D | statslog.h | 62 int tasksize, struct memory_stat *mem_st); 69 int32_t min_oom_score, int tasksize, 97 int32_t min_oom_score __unused, int tasksize __unused, in stats_write_lmk_kill_occurred() 103 int tasksize __unused, in stats_write_lmk_kill_occurred_pid()
|
D | statslog.cpp | 80 int32_t oom_score, int32_t min_oom_score, int tasksize, in stats_write_lmk_kill_occurred() argument 90 mem_st ? mem_st->rss_in_bytes : tasksize * BYTES_IN_KILOBYTE, in stats_write_lmk_kill_occurred() 102 int32_t min_oom_score, int tasksize, in stats_write_lmk_kill_occurred_pid() argument 108 tasksize, mem_st); in stats_write_lmk_kill_occurred_pid()
|
D | lmkd.cpp | 1857 static void killinfo_log(struct proc* procp, int min_oom_score, int tasksize, in killinfo_log() argument 1865 android_log_write_int32(ctx, (int32_t)min(tasksize * page_k, INT32_MAX)); in killinfo_log() 1894 int tasksize = proc_get_size(pid); in proc_get_heaviest() local 1895 if (tasksize <= 0) { in proc_get_heaviest() 1900 if (tasksize > maxsize) { in proc_get_heaviest() 1901 maxsize = tasksize; in proc_get_heaviest() 2052 int tasksize; in kill_one_process() local 2069 tasksize = proc_get_size(pid); in kill_one_process() 2070 if (tasksize <= 0) { in kill_one_process() 2102 killinfo_log(procp, min_oom_score, tasksize, kill_reason, mi, wi, tm); in kill_one_process() [all …]
|