Ark Server API (ASA) - Wiki
|
#include <ContainerAllocationPolicies.h>
Classes | |
class | ForElementType |
Public Types | |
enum | { NeedsElementType = true } |
enum | { RequireRangeCheck = true } |
using | SizeType = int32 |
typedef void | ForAnyElementType |
The fixed allocation policy allocates up to a specified number of elements in the same allocation as the container. It's like the inline allocator, except it doesn't provide secondary storage when the inline storage has been filled.
Definition at line 942 of file ContainerAllocationPolicies.h.
typedef void TFixedAllocator< NumInlineElements >::ForAnyElementType |
Definition at line 1033 of file ContainerAllocationPolicies.h.
using TFixedAllocator< NumInlineElements >::SizeType = int32 |
Definition at line 945 of file ContainerAllocationPolicies.h.
Enumerator | |
---|---|
NeedsElementType |
Definition at line 947 of file ContainerAllocationPolicies.h.
Enumerator | |
---|---|
RequireRangeCheck |
Definition at line 948 of file ContainerAllocationPolicies.h.