Searched refs:mHeapAllocator (Results 1 – 5 of 5) sorted by relevance
22 : mHeapAllocator(heapAllocator) { in PooledResourceMemoryAllocator()28 mHeapAllocator->DeallocateResourceHeap(std::move(resourceHeap)); in DestroyPool()46 DAWN_TRY_ASSIGN(memory, mHeapAllocator->AllocateResourceHeap(size)); in AllocateResourceHeap()
27 mHeapAllocator(heapAllocator) { in BuddyMemoryAllocator()71 DAWN_TRY_ASSIGN(memory, mHeapAllocator->AllocateResourceHeap(mMemoryBlockSize)); in Allocate()99 mHeapAllocator->DeallocateResourceHeap( in Deallocate()
46 ResourceHeapAllocator* mHeapAllocator = nullptr;
62 ResourceHeapAllocator* mHeapAllocator; variable
38 : mAllocator(maxBlockSize, memorySize, &mHeapAllocator) { in DummyBuddyResourceAllocator()62 DummyResourceHeapAllocator mHeapAllocator; member in DummyBuddyResourceAllocator