Searched refs:mAllocationMap (Results 1 – 1 of 1) sorted by relevance
46 private final HashMap<AllocationKey, List<Allocation>> mAllocationMap = field in AllocationCache83 List<Allocation> list = mAllocationMap.get(key); in getOrCreateTyped()124 List<Allocation> value = mAllocationMap.get(key); in returnToCache()139 mAllocationMap.put(key, value); in returnToCache()179 for (Map.Entry<AllocationKey, List<Allocation>> entry : mAllocationMap.entrySet()) { in close()189 mAllocationMap.clear(); in close()