Searched refs:ashmInfoToReclaim (Results 1 – 4 of 4) sorted by relevance
148 …mUtils::GetPurgeableAshmInfo(int &reclaimableKB, std::vector<PurgeableAshmInfo> &ashmInfoToReclaim) in GetPurgeableAshmInfo() argument160 ashmInfoToReclaim.clear(); in GetPurgeableAshmInfo()163 ashmInfoToReclaim.emplace_back(value); in GetPurgeableAshmInfo()168 ashmInfoToReclaim.size()); in GetPurgeableAshmInfo()
369 … PurgeableMemUtils::GetInstance().GetPurgeableAshmInfo(info.reclaimableKB, info.ashmInfoToReclaim); in GetPurgeableInfo()490 void PurgeableMemManager::PurgAshmIdOneByOne(std::vector<PurgeableAshmInfo> &ashmInfoToReclaim, in PurgAshmIdOneByOne() argument493 if (!ashmInfoToReclaim.empty()) { in PurgAshmIdOneByOne()494 std::sort(ashmInfoToReclaim.begin(), ashmInfoToReclaim.end(), in PurgAshmIdOneByOne()499 for (auto &it : ashmInfoToReclaim) { in PurgAshmIdOneByOne()547 PurgAshmIdOneByOne(info.ashmInfoToReclaim, reclaimTargetKB, reclaimResultKB); in PurgeByTypeAndTarget()
36 std::vector<PurgeableAshmInfo> ashmInfoToReclaim; member79 …void PurgAshmIdOneByOne(std::vector<PurgeableAshmInfo> &ashmInfoToReclaim, const int reclaimTarget…
43 … bool GetPurgeableAshmInfo(int &reclaimableKB, std::vector<PurgeableAshmInfo> &ashmInfoToReclaim);