Ark Server API (ASA) - Wiki
|
#include <ContainerAllocationPolicies.h>
Public Types | |
typedef InSparseArrayAllocator | SparseArrayAllocator |
typedef InHashAllocator | HashAllocator |
Static Public Member Functions | |
static FORCEINLINE uint32 | GetNumberOfHashBuckets (uint32 NumHashedElements) |
Encapsulates the allocators used by a set in a single type.
Definition at line 1115 of file ContainerAllocationPolicies.h.
typedef InHashAllocator TSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements >::HashAllocator |
Definition at line 1131 of file ContainerAllocationPolicies.h.
typedef InSparseArrayAllocator TSetAllocator< InSparseArrayAllocator, InHashAllocator, AverageNumberOfElementsPerHashBucket, BaseNumberOfHashBuckets, MinNumberOfHashedElements >::SparseArrayAllocator |
Definition at line 1130 of file ContainerAllocationPolicies.h.
|
inlinestatic |
Computes the number of hash buckets to use for a given number of elements.
Definition at line 1120 of file ContainerAllocationPolicies.h.