#include <allocator_mtl.h>
Public Member Functions | |
AllocatorMTL () | |
~AllocatorMTL () override | |
![]() | |
virtual | ~Allocator () |
bool | IsValid () const |
std::shared_ptr< DeviceBuffer > | CreateBuffer (const DeviceBufferDescriptor &desc) |
std::shared_ptr< Texture > | CreateTexture (const TextureDescriptor &desc) |
std::shared_ptr< DeviceBuffer > | CreateBufferWithCopy (const uint8_t *buffer, size_t length) |
std::shared_ptr< DeviceBuffer > | CreateBufferWithCopy (const fml::Mapping &mapping) |
virtual void | DebugTraceMemoryStatistics () const |
Write debug memory usage information to the dart timeline in debug and profile modes. More... | |
Friends | |
class | ContextMTL |
Additional Inherited Members | |
![]() | |
Allocator () | |
Definition at line 15 of file allocator_mtl.h.
impeller::AllocatorMTL::AllocatorMTL | ( | ) |
|
overridedefault |
|
friend |
Definition at line 23 of file allocator_mtl.h.