Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPooledResourceMemoryAllocator.cpp21 ResourceHeapAllocator* heapAllocator) in PooledResourceMemoryAllocator() argument
22 : mHeapAllocator(heapAllocator) { in PooledResourceMemoryAllocator()
DBuddyMemoryAllocator.cpp24 ResourceHeapAllocator* heapAllocator) in BuddyMemoryAllocator() argument
27 mHeapAllocator(heapAllocator) { in BuddyMemoryAllocator()
DPooledResourceMemoryAllocator.h33 PooledResourceMemoryAllocator(ResourceHeapAllocator* heapAllocator);
DBuddyMemoryAllocator.h44 ResourceHeapAllocator* heapAllocator);
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp43 ResourceHeapAllocator* heapAllocator) in DummyBuddyResourceAllocator() argument
44 : mAllocator(maxBlockSize, memorySize, heapAllocator) { in DummyBuddyResourceAllocator()
388 DummyResourceHeapAllocator heapAllocator; in TEST() local
389 PooledResourceMemoryAllocator poolAllocator(&heapAllocator); in TEST()
429 DummyResourceHeapAllocator heapAllocator; in TEST() local
430 PooledResourceMemoryAllocator poolAllocator(&heapAllocator); in TEST()