Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dsmaps_memory_info.h73 void SetPrivateClean(MemInfoData::MemSmapsInfo &meminfo, uint64_t value);
H A Dmemory_info.h172 void SetPrivateClean(MemInfoData::MemInfo &meminfo, uint64_t value);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp64 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 Dmemory_info.cpp69 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