Searched refs:GetPurgeableAshmInfo (Results 1 – 3 of 3) sorted by relevance
43 … bool GetPurgeableAshmInfo(int &reclaimableKB, std::vector<PurgeableAshmInfo> &ashmInfoToReclaim);
148 bool PurgeableMemUtils::GetPurgeableAshmInfo(int &reclaimableKB, std::vector<PurgeableAshmInfo> &as… in GetPurgeableAshmInfo() function in OHOS::Memory::PurgeableMemUtils
369 …return PurgeableMemUtils::GetInstance().GetPurgeableAshmInfo(info.reclaimableKB, info.ashmInfoToRe… in GetPurgeableInfo()