Searched refs:rss_in_bytes (Results 1 – 3 of 3) sorted by relevance
/system/core/lmkd/ |
D | statslog.h | 64 int64_t rss_in_bytes; member 90 int64_t pgmajfault, int64_t rss_in_bytes, int64_t cache_in_bytes,
|
D | statslog.c | 67 int64_t pgmajfault, int64_t rss_in_bytes, int64_t cache_in_bytes, in stats_write_lmk_kill_occurred() argument 105 if ((ret = android_log_write_int64(ctx, rss_in_bytes)) < 0) { in stats_write_lmk_kill_occurred()
|
D | lmkd.c | 1002 mem_st->rss_in_bytes = value; in memory_stat_parse_line() 1063 mem_st->rss_in_bytes = (rss_in_pages * PAGE_SIZE); in memory_stat_from_procfs() 1390 procp->oomadj, mem_st.pgfault, mem_st.pgmajfault, mem_st.rss_in_bytes, in kill_one_process()
|