Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- TFixedAllocator
- TUncheckedFixedAllocator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 NumInlineElements>
class TFixedAllocator
Remarks
The fixed allocation policy allocates up to a specified number of elements in the same allocation as the container. It's like the inline allocator, except it doesn't provide secondary storage when the inline storage has been filled.
Classes
| Type | Name | Description | |
|---|---|---|---|
| ForElementType |
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/Core/Containers/TFixedAllocator_1 | |||
| API/Runtime/Core/Containers/TFixedAllocator_2 |
Typedefs
| Name | Description |
|---|---|
| ForAnyElementType | |
| SizeType |