Navigation
API > API/Runtime > API/Runtime/Core
TSizedNonshrinkingAllocator behaves like TSizedDefaultAllocator, but prevents arrays from automatically shrinking unless EAllowShrinking::Yes is used.
| Name | TSizedNonshrinkingAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<int IndexSize>
class TSizedNonshrinkingAllocator : public TSizedHeapAllocator< IndexSize >
Inheritance Hierarchy
- TSizedHeapAllocator → TSizedNonshrinkingAllocator
Enums
Public
| Name | Remarks |
|---|---|
| TSizedNonshrinkingAllocator |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Typedef | TSizedHeapAllocator< IndexSize > | Containers/ContainerAllocationPolicies.h |