Searched refs:newPool (Results 1 – 2 of 2) sorted by relevance
99 auto newPool(std::make_unique<InternalPool>(type, vecSize)); in obtainRecylable() local100 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecylable()
107 auto newPool(std::make_unique<InternalPool>(type, vectorSize, mMaxPoolObjectsSize, in obtainRecyclable() local109 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecyclable()