Navigation
API > API/Runtime > API/Runtime/uLangCore
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.
| Name | TInlineElementAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Memory/Allocator.h |
| Include Path | #include "uLang/Common/Memory/Allocator.h" |
Syntax
template<uint32_t NumInlineElements, typename SecondaryAllocator, typename... AllocatorArgsType>
class TInlineElementAllocator
Classes
| Name | Remarks |
|---|---|
| ForElementType |
Enums
Public
| Name | Remarks |
|---|---|
| TInlineElementAllocator | |
| TInlineElementAllocator |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ForAnyElementType | void | uLang/Common/Memory/Allocator.h | |
| RawAllocatorType | typename SecondaryAllocator::RawAllocatorType | uLang/Common/Memory/Allocator.h |