Navigation
API > API/Runtime > API/Runtime/Core
'typedefs' for various allocator defaults.
These should be replaced with actual typedefs when Core.h include order is sorted out, as then we won't need to 'forward' these TAllocatorTraits specializations below.
| Name | TSizedDefaultAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<int IndexSize>
class TSizedDefaultAllocator : public TSizedHeapAllocator< IndexSize >
Inheritance Hierarchy
- TSizedHeapAllocator → TSizedDefaultAllocator
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Typedef | TSizedHeapAllocator< IndexSize > | Containers/ContainerAllocationPolicies.h |