Navigation
API > API/Runtime > API/Runtime/Core
| Name | FPageAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MemStack.h |
| Include Path | #include "Misc/MemStack.h" |
Syntax
class FPageAllocator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPageAllocator() |
Misc/MemStack.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPageAllocator() |
Misc/MemStack.h |
Enums
Public
| Name | Remarks |
|---|---|
| FPageAllocator |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TPageAllocator | TLockFreeFixedSizeAllocator< PageSize, 64, FThreadSafeCounter > | Misc/MemStack.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Instance | FPageAllocator * | Misc/MemStack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TheAllocator | TPageAllocator | Misc/MemStack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Alloc
(
int32 Alignment |
Misc/MemStack.h | ||
void * AllocSmall() |
Misc/MemStack.h | ||
uint64 BytesFree() |
Misc/MemStack.h | ||
uint64 BytesUsed() |
Misc/MemStack.h | ||
void Free
(
void* Mem |
Misc/MemStack.h | ||
void FreeSmall
(
void* Mem |
Misc/MemStack.h | ||
void LatchProtectedMode() |
Misc/MemStack.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPageAllocator & Construct() |
Misc/MemStack.h | ||
static FPageAllocator & Get() |
Misc/MemStack.h |