Ark Server API (ASA) - Wiki
|
#include <ContainerAllocationPolicies.h>
Public Types | |
typedef TSizedHeapAllocator< IndexSize > | Typedef |
Public Types inherited from TSizedHeapAllocator< IndexSize, BaseMallocType > | |
enum | { NeedsElementType = true } |
enum | { RequireRangeCheck = true } |
using | SizeType = typename TBitsToSizeType<IndexSize>::Type |
'typedefs' for various allocator defaults.
These should be replaced with actual typedefs when Core.h include order is sorted out, as then we won't need to 'forward' these TAllocatorTraits specializations below.
Definition at line 1233 of file ContainerAllocationPolicies.h.
typedef TSizedHeapAllocator<IndexSize> TSizedDefaultAllocator< IndexSize >::Typedef |
Definition at line 1233 of file ContainerAllocationPolicies.h.