Navigation
API > API/Runtime > API/Runtime/Core
Memory arena interface
| Name | FMemoryArena |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/MemoryArena.h |
| Include Path | #include "Memory/MemoryArena.h" |
Syntax
class FMemoryArena
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CORE_API FMemoryArena () |
Memory/MemoryArena.h | ||
FMemoryArena
(
const FMemoryArena& |
Memory/MemoryArena.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMemoryArena() |
Memory/MemoryArena.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArenaId | uint16 | Memory/MemoryArena.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArenaFlags | uint16 | Memory/MemoryArena.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Alloc
(
SIZE_T Size, |
Memory/MemoryArena.h | ||
void Free
(
const void* MemoryBlock |
Memory/MemoryArena.h | ||
SIZE_T GetBlockSize
(
const void* MemoryBlock |
Memory/MemoryArena.h | ||
const TCHAR * GetDebugName() |
Memory/MemoryArena.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemoryArena & operator=
(
const FMemoryArena& |
Memory/MemoryArena.h |