Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp153 string memoryClassStr = MEMORY_CLASS_VEC[static_cast<int>(memoryClass)]; in UpdateResult() local
210 void MemoryInfo::SetDetailRet(const std::string& memoryClassStr, const std::unique_ptr<MemoryDetail… in SetDetailRet()