Navigation
API > API/Runtime > API/Runtime/Core
The indirect allocation policy always allocates the elements indirectly.
| |
|
| Name |
TSizedHeapAllocator |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path |
#include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<int IndexSize, typename BaseMallocType>
class TSizedHeapAllocator
Derived Classes
Classes
Enums
Public
Typedefs
| Name |
Type |
Remarks |
Include Path |
| BaseMalloc |
BaseMallocType |
|
Containers/ContainerAllocationPolicies.h |
| SizeType |
typename TBitsToSizeType< IndexSize >::Type |
|
Containers/ContainerAllocationPolicies.h |
| USizeType |
std::make_unsigned_t< SizeType > |
|
Containers/ContainerAllocationPolicies.h |