Searched refs:mHeapAllocators (Results 1 – 2 of 2) sorted by relevance
97 std::array<std::unique_ptr<HeapAllocator>, ResourceHeapKind::EnumCount> mHeapAllocators; variable
172 mHeapAllocators[i] = std::make_unique<HeapAllocator>( in ResourceAllocatorManager()176 std::make_unique<PooledResourceMemoryAllocator>(mHeapAllocators[i].get()); in ResourceAllocatorManager()