class SimpleAllocator
Defined at line 15 of file ../../src/graphics/magma/lib/magma_service/util/simple_allocator.h
Public Methods
std::unique_ptr<SimpleAllocator> Create (uint64_t base, size_t size)
Defined at line 65 of file ../../src/graphics/magma/lib/magma_service/util/simple_allocator.cc
bool Alloc (size_tsize,uint8_talign_pow2,uint64_t *addr_out)
Defined at line 71 of file ../../src/graphics/magma/lib/magma_service/util/simple_allocator.cc
bool Free (uint64_t addr)
Defined at line 111 of file ../../src/graphics/magma/lib/magma_service/util/simple_allocator.cc
bool GetSize (uint64_t addr, size_t * size_out)
Defined at line 123 of file ../../src/graphics/magma/lib/magma_service/util/simple_allocator.cc