Navigation
API > API/Runtime > API/Runtime/Core
A SizedAllocator that allocates from a compile-time-provided set of allocation functions.
| |
|
| Name |
TSizedExternalAllocator |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path |
#include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<int IndexSize, typename ExternalMallocType>
class TSizedExternalAllocator : public TSizedAllocatorBase< IndexSize, TSizedExternalAllocator< IndexSize, ExternalMallocType > >
Inheritance Hierarchy
Classes
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ExternalMalloc |
ExternalMallocType |
|
Containers/ContainerAllocationPolicies.h |
| MyClass |
TSizedExternalAllocator< IndexSize, ExternalMallocType > |
|
Containers/ContainerAllocationPolicies.h |
| SuperClass |
TSizedAllocatorBase< IndexSize, MyClass > |
|
Containers/ContainerAllocationPolicies.h |