Home
last modified time | relevance | path

Searched refs:mHeapAllocator (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPooledResourceMemoryAllocator.cpp22 : mHeapAllocator(heapAllocator) { in PooledResourceMemoryAllocator()
28 mHeapAllocator->DeallocateResourceHeap(std::move(resourceHeap)); in DestroyPool()
46 DAWN_TRY_ASSIGN(memory, mHeapAllocator->AllocateResourceHeap(size)); in AllocateResourceHeap()
DBuddyMemoryAllocator.cpp27 mHeapAllocator(heapAllocator) { in BuddyMemoryAllocator()
71 DAWN_TRY_ASSIGN(memory, mHeapAllocator->AllocateResourceHeap(mMemoryBlockSize)); in Allocate()
99 mHeapAllocator->DeallocateResourceHeap( in Deallocate()
DPooledResourceMemoryAllocator.h46 ResourceHeapAllocator* mHeapAllocator = nullptr;
DBuddyMemoryAllocator.h62 ResourceHeapAllocator* mHeapAllocator; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp38 : mAllocator(maxBlockSize, memorySize, &mHeapAllocator) { in DummyBuddyResourceAllocator()
62 DummyResourceHeapAllocator mHeapAllocator; member in DummyBuddyResourceAllocator