Home
last modified time | relevance | path

Searched defs:statmStream (Results 1 – 4 of 4) 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/faultlogger/service/fault_event/event/
Dfaultlog_freeze.cpp145 std::ifstream statmStream("/proc/" + std::to_string(pid) + "/statm"); in FillProcMemory() local
/base/hiviewdfx/hicollie/interfaces/ndk/
Dhicollie.cpp132 std::ifstream statmStream("/proc/" + std::to_string(g_pid) + "/statm"); in Report() local
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
Dfault_detector_util.cpp414 ifstream statmStream("/proc/" + to_string(pid) + "/statm"); in GetStatm() local