Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp68 mTotalAllocationSize( in SlabAllocatorImpl()
83 mTotalAllocationSize(rhs.mTotalAllocationSize), in SlabAllocatorImpl()
232 char* allocation = new char[mTotalAllocationSize]; in GetNewSlab()
DSlabAllocator.h147 const size_t mTotalAllocationSize; variable