Searched refs:heapAllocator (Results 1 – 5 of 5) sorted by relevance
21 ResourceHeapAllocator* heapAllocator) in PooledResourceMemoryAllocator() argument22 : mHeapAllocator(heapAllocator) { in PooledResourceMemoryAllocator()
24 ResourceHeapAllocator* heapAllocator) in BuddyMemoryAllocator() argument27 mHeapAllocator(heapAllocator) { in BuddyMemoryAllocator()
33 PooledResourceMemoryAllocator(ResourceHeapAllocator* heapAllocator);
44 ResourceHeapAllocator* heapAllocator);
43 ResourceHeapAllocator* heapAllocator) in DummyBuddyResourceAllocator() argument44 : mAllocator(maxBlockSize, memorySize, heapAllocator) { in DummyBuddyResourceAllocator()388 DummyResourceHeapAllocator heapAllocator; in TEST() local389 PooledResourceMemoryAllocator poolAllocator(&heapAllocator); in TEST()429 DummyResourceHeapAllocator heapAllocator; in TEST() local430 PooledResourceMemoryAllocator poolAllocator(&heapAllocator); in TEST()