Home
last modified time | relevance | path

Searched refs:memInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp113 std::ifstream memInfo(procMeminfo); in readMemory() local
114 if (!memInfo.is_open()) in readMemory()
123 while (std::getline(memInfo, line)) in readMemory()