![]() |
Ark Server API (ASA) - Wiki
|
#include <ContainerAllocationPolicies.h>
Inheritance diagram for TSizedHeapAllocator< IndexSize, BaseMallocType >:Classes | |
| class | ForAnyElementType |
| class | ForElementType |
Public Types | |
| enum | { NeedsElementType = true } |
| enum | { RequireRangeCheck = true } |
| using | SizeType = typename TBitsToSizeType<IndexSize>::Type |
The indirect allocation policy always allocates the elements indirectly.
Definition at line 471 of file ContainerAllocationPolicies.h.
| using TSizedHeapAllocator< IndexSize, BaseMallocType >::SizeType = typename TBitsToSizeType<IndexSize>::Type |
Definition at line 474 of file ContainerAllocationPolicies.h.
| Enumerator | |
|---|---|
| NeedsElementType | |
Definition at line 476 of file ContainerAllocationPolicies.h.
| Enumerator | |
|---|---|
| RequireRangeCheck | |
Definition at line 477 of file ContainerAllocationPolicies.h.