Ark Server API (ASE) - Wiki
|
#include <ContainerAllocationPolicies.h>
Classes | |
class | ForElementType |
Public Types | |
enum | { NeedsElementType = true } |
enum | { RequireRangeCheck = true } |
typedef void | ForAnyElementType |
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. It always uses DEFAULT_ALIGNMENT.
Definition at line 439 of file ContainerAllocationPolicies.h.
typedef void TInlineAllocator< NumInlineElements, SecondaryAllocator >::ForAnyElementType |
Definition at line 563 of file ContainerAllocationPolicies.h.
anonymous enum |
Enumerator | |
---|---|
NeedsElementType |
Definition at line 443 of file ContainerAllocationPolicies.h.
anonymous enum |
Enumerator | |
---|---|
RequireRangeCheck |
Definition at line 444 of file ContainerAllocationPolicies.h.