Searched refs:meminfo_data (Results 1 – 1 of 1) sorted by relevance
497 bool ParseProcMeminfo(StringPiece meminfo_data, SystemMemoryInfoKB* meminfo) { in ParseProcMeminfo() argument513 meminfo_data, "\n", KEEP_WHITESPACE, SPLIT_WANT_NONEMPTY)) { in ParseProcMeminfo()618 std::string meminfo_data; in GetSystemMemoryInfo() local619 if (!ReadFileToString(meminfo_file, &meminfo_data)) { in GetSystemMemoryInfo()624 if (!ParseProcMeminfo(meminfo_data, meminfo)) { in GetSystemMemoryInfo()