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

#include <ContainerAllocationPolicies.h>

Classes

class  ForAnyElementType
 
class  ForElementType
 

Public Types

enum  { NeedsElementType = false }
 
enum  { RequireRangeCheck = true }
 
using SizeType = int32
 

Detailed Description

template<uint32 Alignment = DEFAULT_ALIGNMENT>
class TAlignedHeapAllocator< Alignment >

The indirect allocation policy always allocates the elements indirectly.

Definition at line 335 of file ContainerAllocationPolicies.h.

Member Typedef Documentation

◆ SizeType

template<uint32 Alignment = DEFAULT_ALIGNMENT>
using TAlignedHeapAllocator< Alignment >::SizeType = int32

Definition at line 338 of file ContainerAllocationPolicies.h.

Member Enumeration Documentation

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
NeedsElementType 

Definition at line 340 of file ContainerAllocationPolicies.h.

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
RequireRangeCheck 

Definition at line 341 of file ContainerAllocationPolicies.h.


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