Home
last modified time | relevance | path

Searched defs:statmStream (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
Dtest_util.cpp202 ifstream statmStream("/proc/" + to_string(leakProcessPid_) + "/statm"); in GetStatm() local
220 ifstream statmStream("/proc/self/statm"); in GetSelfStatm() local
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
Dfault_detector_util.cpp414 ifstream statmStream("/proc/" + to_string(pid) + "/statm"); in GetStatm() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.cpp992 std::ifstream statmStream("/proc/" + std::to_string(pid) + "/statm"); in GetMemoryStrByPid() local