|
static PL_ALWAYS_INLINE plAllocator * | GetDefaultAllocator () |
| The default allocator can be used for any kind of allocation if no alignment is required.
|
|
static PL_ALWAYS_INLINE plAllocator * | GetAlignedAllocator () |
| The aligned allocator should be used for all allocations which need alignment.
|
|
static plAllocator * | GetStaticsAllocator () |
| Returns the allocator that is used by global data and static members before the default allocator is created.
|
|
|
class | plStartup |
|
struct | plStaticsAllocatorWrapper |
|
The documentation for this class was generated from the following files:
- Code/Engine/Foundation/Basics.h
- Code/Engine/Foundation/Basics/Basics.cpp