Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TSizedDefaultAllocator< IndexSize > Class Template Reference

#include <ContainerAllocationPolicies.h>

+ Inheritance diagram for TSizedDefaultAllocator< IndexSize >:
+ Collaboration diagram for TSizedDefaultAllocator< IndexSize >:

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
 

Detailed Description

template<int IndexSize>
class TSizedDefaultAllocator< IndexSize >

'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.

Member Typedef Documentation

◆ Typedef

template<int IndexSize>
typedef TSizedHeapAllocator<IndexSize> TSizedDefaultAllocator< IndexSize >::Typedef

Definition at line 1233 of file ContainerAllocationPolicies.h.


The documentation for this class was generated from the following file: