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

#include <ContainerAllocationPolicies.h>

+ Inheritance diagram for TSizedHeapAllocator< IndexSize, BaseMallocType >:

Classes

class  ForAnyElementType
 
class  ForElementType
 

Public Types

enum  { NeedsElementType = true }
 
enum  { RequireRangeCheck = true }
 
using SizeType = typename TBitsToSizeType<IndexSize>::Type
 

Detailed Description

template<int IndexSize, typename BaseMallocType = FMemory>
class TSizedHeapAllocator< IndexSize, BaseMallocType >

The indirect allocation policy always allocates the elements indirectly.

Definition at line 471 of file ContainerAllocationPolicies.h.

Member Typedef Documentation

◆ SizeType

template<int IndexSize, typename BaseMallocType = FMemory>
using TSizedHeapAllocator< IndexSize, BaseMallocType >::SizeType = typename TBitsToSizeType<IndexSize>::Type

Definition at line 474 of file ContainerAllocationPolicies.h.

Member Enumeration Documentation

◆ anonymous enum

template<int IndexSize, typename BaseMallocType = FMemory>
anonymous enum
Enumerator
NeedsElementType 

Definition at line 476 of file ContainerAllocationPolicies.h.

◆ anonymous enum

template<int IndexSize, typename BaseMallocType = FMemory>
anonymous enum
Enumerator
RequireRangeCheck 

Definition at line 477 of file ContainerAllocationPolicies.h.


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