Searched refs:SetSharedClean (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 | 71 void SetSharedClean(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
|
H A D | memory_info.h | 170 void SetSharedClean(MemInfoData::MemInfo &meminfo, uint64_t value);
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | smaps_memory_info.cpp | 60 bind(&SmapsMemoryInfo::SetSharedClean, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 257 void SmapsMemoryInfo::SetSharedClean(MemInfoData::MemSmapsInfo &meminfo, uint64_t value) in SetSharedClean() function in OHOS::HiviewDFX::SmapsMemoryInfo
|
H A D | memory_info.cpp | 65 bind(&MemoryInfo::SetSharedClean, this, placeholders::_1, placeholders::_2))); in MemoryInfo() 997 void MemoryInfo::SetSharedClean(MemInfoData::MemInfo &meminfo, uint64_t value) in SetSharedClean() function in OHOS::HiviewDFX::MemoryInfo
|