Searched refs:rss_in_bytes (Results 1 - 3 of 3) sorted by relevance

/system/core/lmkd/
H A Dstatslog.h64 int64_t rss_in_bytes; member in struct:memory_stat
86 int64_t pgmajfault, int64_t rss_in_bytes, int64_t cache_in_bytes,
H A Dstatslog.c67 int64_t pgmajfault, int64_t rss_in_bytes, int64_t cache_in_bytes,
104 if ((ret = android_log_write_int64(ctx, rss_in_bytes)) < 0) {
65 stats_write_lmk_kill_occurred(android_log_context ctx, int32_t code, int32_t uid, char const* process_name, int32_t oom_score, int64_t pgfault, int64_t pgmajfault, int64_t rss_in_bytes, int64_t cache_in_bytes, int64_t swap_in_bytes) argument
H A Dlmkd.c715 mem_st->rss_in_bytes = value;
1009 procp->oomadj, mem_st.pgfault, mem_st.pgmajfault, mem_st.rss_in_bytes,

Completed in 43 milliseconds