Searched refs:PurgeableAshmInfo (Results 1 – 4 of 4) sorted by relevance
36 std::vector<PurgeableAshmInfo> ashmInfoToReclaim;79 …void PurgAshmIdOneByOne(std::vector<PurgeableAshmInfo> &ashmInfoToReclaim, const int reclaimTarget…81 bool AshmReclaimPriorityCompare(const PurgeableAshmInfo &left, const PurgeableAshmInfo &right);
26 struct PurgeableAshmInfo { struct33 using PurgeableAshmInfoMap = std::unordered_map<std::string, PurgeableAshmInfo>; argument43 … bool GetPurgeableAshmInfo(int &reclaimableKB, std::vector<PurgeableAshmInfo> &ashmInfoToReclaim);
148 bool PurgeableMemUtils::GetPurgeableAshmInfo(int &reclaimableKB, std::vector<PurgeableAshmInfo> &as… in GetPurgeableAshmInfo()156 std::unordered_map<std::string, PurgeableAshmInfo> ashmIdToInfoMap; in GetPurgeableAshmInfo()186 std::unordered_map<std::string, PurgeableAshmInfo> ashmIdToInfoMap; in GetashmIdToInfoMap()210 PurgeableAshmInfo info; in GetashmIdToInfoMap()
481 …rgeableMemManager::AshmReclaimPriorityCompare(const PurgeableAshmInfo &left, const PurgeableAshmIn… in AshmReclaimPriorityCompare()490 void PurgeableMemManager::PurgAshmIdOneByOne(std::vector<PurgeableAshmInfo> &ashmInfoToReclaim, in PurgAshmIdOneByOne()