Home
last modified time | relevance | path

Searched defs:memoryClassStr (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_smaps_info.cpp115 const std::string& memoryClassStr) in SetMemoryData()
133 const std::string& memoryClassStr, std::map<std::string, MemoryData>& countSameNameMemMap) in UpdateCountSameNameMemMap()
157 const std::string& memoryClassStr, std::vector<MemoryData>& showAddressMemInfoVec) in UpdateShowAddressMemInfoVec()
188 string memoryClassStr = MEMORY_CLASS_VEC[static_cast<int>(memoryClass)]; in GetSmapsData() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp163 string memoryClassStr = MEMORY_CLASS_VEC[static_cast<int>(memoryClass)]; in UpdateResult() local
220 void MemoryInfo::SetDetailRet(const std::string& memoryClassStr, const std::unique_ptr<MemoryDetail… in SetDetailRet()