Searched defs:statmStream (Results 1 – 3 of 3) sorted by relevance
202 ifstream statmStream("/proc/" + to_string(leakProcessPid_) + "/statm"); in GetStatm() local220 ifstream statmStream("/proc/self/statm"); in GetSelfStatm() local
414 ifstream statmStream("/proc/" + to_string(pid) + "/statm"); in GetStatm() local
992 std::ifstream statmStream("/proc/" + std::to_string(pid) + "/statm"); in GetMemoryStrByPid() local