#include <allocator_mtl.h>
Definition at line 35 of file allocator_mtl.h.
◆ AllocatorMTL()
| impeller::AllocatorMTL::AllocatorMTL |
( |
| ) |
|
◆ ~AllocatorMTL()
| impeller::AllocatorMTL::~AllocatorMTL |
( |
| ) |
|
|
overridedefault |
◆ DebugGetHeapUsage()
| size_t impeller::AllocatorMTL::DebugGetHeapUsage |
( |
| ) |
const |
|
overridevirtual |
Reimplemented from impeller::Allocator.
Definition at line 259 of file allocator_mtl.mm.
260 #ifdef IMPELLER_DEBUG
261 return debug_allocater_->GetAllocationSizeMB();
264 #endif // IMPELLER_DEBUG
◆ ContextMTL
The documentation for this class was generated from the following files: