Choose your operating system:
Windows
macOS
Linux
| TInlineAllocator
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
Include |
#include "Containers/ContainerAllocationPolicies.h" |
template<uint32 NumInlineElements, typename SecondaryAllocator>
class TInlineAllocator
The inline allocation policy allocates up to a specified number of elements in the same allocation as the container. Any allocation needed beyond that causes all data to be moved into an indirect allocation. It always uses DEFAULT_ALIGNMENT.
Name |
Description |
|
---|---|---|
|
ForElementType |
Name |
Description |
---|---|
ForAnyElementType |
|
SizeType |
Name |
Description |
---|---|
NeedsElementType |
|
RequireRangeCheck |