Searched refs:SetSharedClean (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
D | smaps_memory_info.h | 71 void SetSharedClean(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
|
D | memory_info.h | 125 void SetSharedClean(MemInfoData::MemInfo &meminfo, uint64_t value);
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | smaps_memory_info.cpp | 58 bind(&SmapsMemoryInfo::SetSharedClean, this, placeholders::_1, placeholders::_2))); in SmapsMemoryInfo() 250 void SmapsMemoryInfo::SetSharedClean(MemInfoData::MemSmapsInfo &meminfo, uint64_t value) in SetSharedClean() function in OHOS::HiviewDFX::SmapsMemoryInfo
|
D | memory_info.cpp | 60 bind(&MemoryInfo::SetSharedClean, this, placeholders::_1, placeholders::_2))); in MemoryInfo() 880 void MemoryInfo::SetSharedClean(MemInfoData::MemInfo &meminfo, uint64_t value) in SetSharedClean() function in OHOS::HiviewDFX::MemoryInfo
|