Searched refs:PurgeableAshmInfoMap (Results 1 – 2 of 2) sorted by relevance
33 using PurgeableAshmInfoMap = std::unordered_map<std::string, PurgeableAshmInfo>; variable46 PurgeableAshmInfoMap GetashmIdToInfoMap(const std::vector<std::string> &strLines) const;
184 PurgeableAshmInfoMap PurgeableMemUtils::GetashmIdToInfoMap(const std::vector<std::string> &strLines… in GetashmIdToInfoMap()