Searched refs:SetSwap (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 | 75 void SetSwap(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
|
H A D | memory_info.h | 174 void SetSwap(MemInfoData::MemInfo &meminfo, uint64_t value);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | smaps_memory_info.cpp | 68 bind(&SmapsMemoryInfo::SetSwap, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 277 void SmapsMemoryInfo::SetSwap(MemInfoData::MemSmapsInfo &meminfo, uint64_t value) in SetSwap() function in OHOS::HiviewDFX::SmapsMemoryInfo
|
H A D | memory_info.cpp | 73 bind(&MemoryInfo::SetSwap, this, placeholders::_1, placeholders::_2))); in MemoryInfo() 1017 void MemoryInfo::SetSwap(MemInfoData::MemInfo &meminfo, uint64_t value) in SetSwap() function in OHOS::HiviewDFX::MemoryInfo
|