Searched refs:mBlocks (Results 1 – 1 of 1) sorted by relevance
42 std::vector<T*> mBlocks; member57 mBlocks.clear(); in clear()59 mBlocks.push_back(pNewBlock); in clear()95 return &mBlocks[block][mHead & (mBlockSize-1)]; in peek()125 if (++mCurBlockIdx < mBlocks.size()) in enqueue_try_nosync()127 mCurBlock = mBlocks[mCurBlockIdx]; in enqueue_try_nosync()134 mBlocks.push_back(newBlock); in enqueue_try_nosync()