Searched refs:mCurrentPool (Results 1 – 2 of 2) sorted by relevance
2592 : mPoolSize(0), mCurrentPool(0), mCurrentFreeEntry(0) in DynamicallyGrowingPool()2622 mCurrentPool = i; in findFreeEntryPool()2642 mCurrentPool = mPools.size() - 1; in allocateNewEntryPool()2698 queryOut->init(this, mCurrentPool, queryIndex, queryCount); in allocateQuery()3021 semaphoreOut->init(mCurrentPool, &mPools[mCurrentPool][mCurrentFreeEntry++]); in allocateSemaphore()
392 size_t mCurrentPool; variable