Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/ArenaMemoryResource
| Name | Impl |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Private/pma/resources/ArenaMemoryResource.cpp |
| Include Path | #include "pma/resources/ArenaMemoryResource.cpp" |
Syntax
class Impl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Impl
(
std::size_t initialSize_, |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~Impl() |
Structs
| Name | Remarks |
|---|---|
| Arena |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * allocate
(
std::size_t size, |
|||
MemoryResource * getUpstreamMemoryResource() |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Impl * create
(
std::size_t initialSize_, |
|||
static void destroy
(
Impl* instance |