Searched refs:mBlocksInUse (Results 1 – 1 of 1) sorted by relevance
444 mFreeBlocks.splice(mFreeBlocks.begin(), mBlocksInUse, block); in release()446 mBlocksInUse.erase(block); in release()457 mBlocksInUse.emplace_front(size); in fetch()459 mBlocksInUse.splice(mBlocksInUse.begin(), mFreeBlocks, mFreeBlocks.begin()); in fetch()461 return mBlocksInUse.begin(); in fetch()471 std::list<MemoryBlockPoolBlock> mBlocksInUse; member