Home
last modified time | relevance | path

Searched refs:mRecycledSlabs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp86 mRecycledSlabs(std::move(rhs.mRecycledSlabs)) { in SlabAllocatorImpl()
209 mRecycledSlabs.Prepend(slab); in Deallocate()
220 if (mRecycledSlabs.next != nullptr) { in GetNewSlab()
222 std::swap(mAvailableSlabs.next, mRecycledSlabs.next); in GetNewSlab()
227 ASSERT(mRecycledSlabs.next == nullptr); in GetNewSlab()
DSlabAllocator.h160 SentinelSlab mRecycledSlabs; // Recycled slabs. Not immediately added to |mAvailableSlabs| so variable