Searched refs:SmapsMemoryInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | smaps_memory_info.cpp | 52 SmapsMemoryInfo::SmapsMemoryInfo() in SmapsMemoryInfo() function in OHOS::HiviewDFX::SmapsMemoryInfo 56 bind(&SmapsMemoryInfo::SetRss, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 58 bind(&SmapsMemoryInfo::SetPss, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 68 bind(&SmapsMemoryInfo::SetSwap, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 72 bind(&SmapsMemoryInfo::SetSize, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 77 SmapsMemoryInfo::~SmapsMemoryInfo() in ~SmapsMemoryInfo() 81 void SmapsMemoryInfo::InsertSmapsTitle(StringMatrix result, bool isShowSmapsInfo) in InsertSmapsTitle() 201 void SmapsMemoryInfo::CalcSmapsGroup(const GroupMap &infos, StringMatrix result, in CalcSmapsGroup() 247 void SmapsMemoryInfo::SetPss(MemInfoData::MemSmapsInfo &meminfo, uint64_t value) in SetPss() 252 void SmapsMemoryInfo::SetRss(MemInfoData::MemSmapsInfo &meminfo, uint64_t value) in SetRss() [all …]
|
H A D | memory_info_wrapper.cpp | 46 std::unique_ptr<OHOS::HiviewDFX::SmapsMemoryInfo> smapsMemoryInfo = in ShowMemorySmapsByPid() 47 std::make_unique<OHOS::HiviewDFX::SmapsMemoryInfo>(); in ShowMemorySmapsByPid()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | smaps_memory_info.h | 41 class SmapsMemoryInfo { 43 SmapsMemoryInfo(); 44 ~SmapsMemoryInfo();
|
/ohos5.0/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_memory_test.cpp | 126 shared_ptr<OHOS::HiviewDFX::SmapsMemoryInfo> smapsMemoryInfo = 127 make_shared<OHOS::HiviewDFX::SmapsMemoryInfo>();
|