![]() |
Ark Server API (ASE) - Wiki
|
#include <ContainerAllocationPolicies.h>
Public Member Functions | |
ForElementType () | |
FORCEINLINE ElementType * | GetAllocation () const |
![]() | |
ForAnyElementType () | |
FORCEINLINE void | MoveToEmpty (ForAnyElementType &Other) |
FORCEINLINE | ~ForAnyElementType () |
FORCEINLINE FScriptContainerElement * | GetAllocation () const |
void | ResizeAllocation (int32 PreviousNumElements, int32 NumElements, SIZE_T NumBytesPerElement) |
FORCEINLINE int32 | CalculateSlackReserve (int32 NumElements, int32 NumBytesPerElement) const |
FORCEINLINE int32 | CalculateSlackShrink (int32 NumElements, int32 NumAllocatedElements, int32 NumBytesPerElement) const |
FORCEINLINE int32 | CalculateSlackGrow (int32 NumElements, int32 NumAllocatedElements, int32 NumBytesPerElement) const |
SIZE_T | GetAllocatedSize (int32 NumAllocatedElements, SIZE_T NumBytesPerElement) const |
bool | HasAllocation () |
Definition at line 298 of file ContainerAllocationPolicies.h.
|
inline |
Default constructor.
Definition at line 303 of file ContainerAllocationPolicies.h.
|
inline |
Definition at line 306 of file ContainerAllocationPolicies.h.