Navigation
API > API/Runtime > API/Runtime/Core
| Name | FLinearAllocator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/LinearAllocator.h |
| Include Path | #include "Memory/LinearAllocator.h" |
Syntax
struct FLinearAllocator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearAllocator
(
SIZE_T ReserveMemorySize |
Memory/LinearAllocator.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FLinearAllocator() |
Memory/LinearAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Allocate
(
SIZE_T Size, |
Memory/LinearAllocator.h | ||
SIZE_T GetAllocatedMemorySize() |
Memory/LinearAllocator.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanFit
(
SIZE_T Size, |
Memory/LinearAllocator.h | ||
bool ContainsPointer
(
const void* Ptr |
Memory/LinearAllocator.h |