Searched refs:BuddyMemoryAllocator (Results 1 – 8 of 8) sorted by relevance
22 BuddyMemoryAllocator::BuddyMemoryAllocator(uint64_t maxSystemSize, in BuddyMemoryAllocator() function in dawn_native::BuddyMemoryAllocator35 uint64_t BuddyMemoryAllocator::GetMemoryIndex(uint64_t offset) const { in GetMemoryIndex()40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate()88 void BuddyMemoryAllocator::Deallocate(const ResourceMemoryAllocation& allocation) { in Deallocate()106 uint64_t BuddyMemoryAllocator::GetMemoryBlockSize() const { in GetMemoryBlockSize()110 uint64_t BuddyMemoryAllocator::ComputeTotalNumOfHeapsForTesting() const { in ComputeTotalNumOfHeapsForTesting()
40 class BuddyMemoryAllocator {42 BuddyMemoryAllocator(uint64_t maxSystemSize,45 ~BuddyMemoryAllocator() = default;
49 "BuddyMemoryAllocator.cpp"50 "BuddyMemoryAllocator.h"
204 "BuddyMemoryAllocator.cpp",205 "BuddyMemoryAllocator.h",
95 std::array<std::unique_ptr<BuddyMemoryAllocator>, ResourceHeapKind::EnumCount>
177 mSubAllocatedResourceAllocators[i] = std::make_unique<BuddyMemoryAllocator>( in ResourceAllocatorManager()305 BuddyMemoryAllocator* allocator = in CreatePlacedResource()
108 BuddyMemoryAllocator mBuddySystem;
63 BuddyMemoryAllocator mAllocator;