|
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.
|
|
|
class | ezStartup |
|
struct | ezStaticsAllocatorWrapper |
|
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Basics.h
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Basics/Basics.cpp