Home
last modified time | relevance | path

Searched refs:valueStr (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/memory_utils/libmeminfo/src/
H A Dmeminfo.cpp77 std::string valueStr = content.substr(typePos + 1); in GetPssByPid() local
79 size = strtoull(valueStr.c_str(), nullptr, base); in GetPssByPid()
105 std::string valueStr = content.substr(typePos + 1); in GetSwapPssByPid() local
107 size = strtoull(valueStr.c_str(), nullptr, base); in GetSwapPssByPid()

Completed in 1 milliseconds