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