Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime
| Name | FSimpleAllocBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/SimpleAlloc/SimpleAllocBase.h |
| Include Path | #include "SimpleAlloc/SimpleAllocBase.h" |
Syntax
class FSimpleAllocBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SimpleAlloc/SimpleAllocBase.h | |||
| SimpleAlloc/SimpleAllocBase.h | |||
FSimpleAllocBase
(
const FSimpleAllocBase& |
SimpleAlloc/SimpleAllocBase.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSimpleAllocBase() |
SimpleAlloc/SimpleAllocBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Free
(
void* |
SimpleAlloc/SimpleAllocBase.h | ||
virtual uint32 GetCurrentLifetime() |
SimpleAlloc/SimpleAllocBase.h | ||
void * Malloc
(
const SIZE_T, |
SimpleAlloc/SimpleAllocBase.h | ||
virtual void Reset() |
SimpleAlloc/SimpleAllocBase.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSimpleAllocBase & operator=
(
const FSimpleAllocBase& |
SimpleAlloc/SimpleAllocBase.h | ||
| SimpleAlloc/SimpleAllocBase.h |