Home
last modified time | relevance | path

Searched refs:newPool (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp99 auto newPool(std::make_unique<InternalPool>(type, vecSize)); in obtainRecylable() local
100 it = mValueTypePools.emplace(key, std::move(newPool)).first; in obtainRecylable()