Searched refs:sCacheAllocators (Results 1 – 1 of 1) sorted by relevance
42 static std::map<C2Allocator::id_t, std::weak_ptr<C2Allocator>> sCacheAllocators; in fetchAllocator() local47 auto iter = sCacheAllocators.find(allocatorId); in fetchAllocator()48 if (iter != sCacheAllocators.end()) { in fetchAllocator()56 sCacheAllocators[allocatorId] = allocator; in fetchAllocator()