3#include <Foundation/Memory/Allocator.h>
9 PL_REPORT_FAILURE(
"This method should never be called");
Base class for all memory allocators.
Definition Allocator.h:23
static plAllocator * GetStaticsAllocator()
Returns the allocator that is used by global data and static members before the default allocator is ...
Definition Basics.cpp:56
static PL_ALWAYS_INLINE plAllocator * GetDefaultAllocator()
The default allocator can be used for any kind of allocation if no alignment is required.
Definition Basics.h:82
static PL_ALWAYS_INLINE plAllocator * GetAlignedAllocator()
The aligned allocator should be used for all allocations which need alignment.
Definition Basics.h:91
Definition AllocatorWrapper.h:25
Definition AllocatorWrapper.h:15
Definition AllocatorWrapper.h:30
Definition AllocatorWrapper.h:6
Definition AllocatorWrapper.h:20