Searched refs:mBlocksInUse (Results 1 – 1 of 1) sorted by relevance
701 mFreeBlocks.splice(mFreeBlocks.begin(), mBlocksInUse, block); in release()703 mBlocksInUse.erase(block); in release()714 mBlocksInUse.emplace_front(size); in fetch()716 mBlocksInUse.splice(mBlocksInUse.begin(), mFreeBlocks, mFreeBlocks.begin()); in fetch()718 return mBlocksInUse.begin(); in fetch()728 std::list<MemoryBlockPoolBlock> mBlocksInUse; member