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