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