Searched defs:mem_total (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dprocess_util_linux.cc589 int mem_total, mem_free, mem_buffers, mem_cache; local
590 base::StringToInt(meminfo_fields[kMemTotalIndex], &mem_total);
595 return mem_total - mem_free - mem_buffers - mem_cache;

Completed in 70 milliseconds