Searched refs:sPools (Results 1 – 1 of 1) sorted by relevance
2740 static std::map<C2Allocator::id_t, std::shared_ptr<C2BlockPool>> sPools; in GetPool() local2743 auto it = sPools.find(allocId); in GetPool()2744 if (it == sPools.end()) { in GetPool()2747 sPools.emplace(allocId, pool); in GetPool()