Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp85 mFullSlabs(std::move(rhs.mFullSlabs)), in SlabAllocatorImpl()
186 mFullSlabs.Prepend(slab); in Allocate()
DSlabAllocator.h159 SentinelSlab mFullSlabs; // Full slabs. Stored here so we can skip checking them. variable