Navigation
Unreal Engine C++ API Reference > Runtime > Core > Memory
Inheritance Hierarchy
- FMemoryArena
- FAnsiArena
- FMallocArena
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Memory/MemoryArena.h |
Include | #include "Memory/MemoryArena.h" |
Syntax
class FMemoryArena
Remarks
Memory arena interface
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint16 | ArenaId |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
CORE_API | FMemoryArena () |
|
![]() |
FMemoryArena
(
const FMemoryArena& |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void * | Alloc
(
SIZE_T Size, |
|
![]() |
void | Free
(
const void* MemoryBlock |
|
![]() ![]() |
SIZE_T | GetBlockSize
(
const void* MemoryBlock |
|
![]() ![]() |
const TCHAR * | GetDebugName () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FMemoryArena & | operator=
(
const FMemoryArena& |
Constants
Name | Description |
---|---|
FlagNoFree |