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