Ark Server API (ASA) - Wiki
|
#include <ContainerAllocationPolicies.h>
Public Types | |
typedef TFixedAllocator< NumInlineElements > | ElementAllocator |
typedef TFixedAllocator< InlineBitArrayDWORDs > | BitArrayAllocator |
Private Types | |
enum | { InlineBitArrayDWORDs = (NumInlineElements + NumBitsPerDWORD - 1) / NumBitsPerDWORD } |
An inline sparse array allocator that doesn't have any secondary storage.
Definition at line 1082 of file ContainerAllocationPolicies.h.
typedef TFixedAllocator<InlineBitArrayDWORDs> TFixedSparseArrayAllocator< NumInlineElements >::BitArrayAllocator |
Definition at line 1092 of file ContainerAllocationPolicies.h.
typedef TFixedAllocator<NumInlineElements> TFixedSparseArrayAllocator< NumInlineElements >::ElementAllocator |
Definition at line 1091 of file ContainerAllocationPolicies.h.
The size to allocate inline for the bit array.
Enumerator | |
---|---|
InlineBitArrayDWORDs |
Definition at line 1087 of file ContainerAllocationPolicies.h.