Searched defs:statmStream (Results 1 – 4 of 4) sorted by relevance
202 ifstream statmStream("/proc/" + to_string(leakProcessPid_) + "/statm"); in GetStatm() local220 ifstream statmStream("/proc/self/statm"); in GetSelfStatm() local
145 std::ifstream statmStream("/proc/" + std::to_string(pid) + "/statm"); in FillProcMemory() local
132 std::ifstream statmStream("/proc/" + std::to_string(g_pid) + "/statm"); in Report() local
414 ifstream statmStream("/proc/" + to_string(pid) + "/statm"); in GetStatm() local