Home
last modified time | relevance | path

Searched refs:SetSharedClean (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dsmaps_memory_info.h71 void SetSharedClean(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
H A Dmemory_info.h170 void SetSharedClean(MemInfoData::MemInfo &meminfo, uint64_t value);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp60 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 Dmemory_info.cpp65 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