Searched refs:mSolverVariablePool (Results 1 – 2 of 2) sorted by relevance
24 Pools.Pool<SolverVariable> mSolverVariablePool = new Pools.SimplePool<>(256); field in Cache
202 mCache.mSolverVariablePool.releaseAll(mPoolVariables, mPoolVariablesCount); in reset()387 SolverVariable variable = mCache.mSolverVariablePool.acquire(); in acquireSolverVariable()