Searched refs:TOTAL_MEM (Results 1 – 1 of 1) sorted by relevance
26 static const char* TOTAL_MEM = "MemTotal:"; variable52 if (line.find(TOTAL_MEM) == 0) { in GetSystemMemoryRatio()