Searched refs:meminfo_data (Results 1 – 1 of 1) sorted by relevance
597 bool ParseProcMeminfo(const std::string& meminfo_data, in ParseProcMeminfo() argument614 meminfo_data, "\n", KEEP_WHITESPACE, SPLIT_WANT_NONEMPTY)) { in ParseProcMeminfo()707 std::string meminfo_data; in GetSystemMemoryInfo() local708 if (!ReadFileToString(meminfo_file, &meminfo_data)) { in GetSystemMemoryInfo()713 if (!ParseProcMeminfo(meminfo_data, meminfo)) { in GetSystemMemoryInfo()