![]() |
ezEngine
Release 25.03
|
Static Public Member Functions | |
static EZ_ALWAYS_INLINE ezAllocator * | GetDefaultAllocator () |
The default allocator can be used for any kind of allocation if no alignment is required. | |
static EZ_ALWAYS_INLINE ezAllocator * | GetAlignedAllocator () |
The aligned allocator should be used for all allocations which need alignment. | |
static ezAllocator * | GetStaticsAllocator () |
Returns the allocator that is used by global data and static members before the default allocator is created. | |
Static Public Attributes | |
static ezAllocator * | s_pDefaultAllocator = nullptr |
static ezAllocator * | s_pAlignedAllocator = nullptr |
Friends | |
class | ezStartup |
struct | ezStaticsAllocatorWrapper |