Searched refs:SetSwapPss (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | smaps_memory_info.h | 76 void SetSwapPss(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
|
H A D | memory_info.h | 175 void SetSwapPss(MemInfoData::MemInfo &meminfo, uint64_t value);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | smaps_memory_info.cpp | 70 bind(&SmapsMemoryInfo::SetSwapPss, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 282 void SmapsMemoryInfo::SetSwapPss(MemInfoData::MemSmapsInfo &meminfo, uint64_t value) in SetSwapPss() function in OHOS::HiviewDFX::SmapsMemoryInfo
|
H A D | memory_info.cpp | 75 bind(&MemoryInfo::SetSwapPss, this, placeholders::_1, placeholders::_2))); in MemoryInfo() 1022 void MemoryInfo::SetSwapPss(MemInfoData::MemInfo &meminfo, uint64_t value) in SetSwapPss() function in OHOS::HiviewDFX::MemoryInfo
|