#include <PoolAllocator.h>
Inherits AZ::Internal::PoolAllocatorHelper< PoolSchema >.
Public Types | |
using | Base = Internal::PoolAllocatorHelper<PoolSchema> |
Public Member Functions | |
AZ_CLASS_ALLOCATOR (PoolAllocator, SystemAllocator) | |
AZ_RTTI (PoolAllocator, "{D3DC61AF-0949-4BFA-87E0-62FA03A4C025}", Base) | |
AllocatorDebugConfig | GetDebugConfig () override |
Returns the debug configuration for this allocator. | |
Pool allocator Specialized allocation for extremely fast small object memory allocations. It can allocate sized from m_minAllocationSize to m_maxPoolSize. Pool Allocator is NOT thread safe, if you if need a thread safe version use PoolAllocatorThreadSafe or do the sync yourself.
|
overridevirtual |
Returns the debug configuration for this allocator.
Reimplemented from AZ::IAllocator.