Navigation
API > API/Runtime > API/Runtime/AudioChannelAgnosticCore
| Name | FSimpleHeapAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioChannelAgnosticCore/Public/SimpleAlloc/SimpleHeapAllocator.h |
| Include Path | #include "SimpleAlloc/SimpleHeapAllocator.h" |
Syntax
class FSimpleHeapAllocator : public Audio::FSimpleAllocBase
Inheritance Hierarchy
- FSimpleAllocBase → FSimpleHeapAllocator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SimpleAlloc/SimpleHeapAllocator.h | |||
| SimpleAlloc/SimpleHeapAllocator.h | |||
FSimpleHeapAllocator
(
const FSimpleHeapAllocator& |
SimpleAlloc/SimpleHeapAllocator.h |
Functions
Public
Public Virtual
Overridden from FSimpleAllocBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Free
(
void* InPtr |
SimpleAlloc/SimpleHeapAllocator.h | ||
virtual void * Malloc
(
const SIZE_T InSizeBytes, |
SimpleAlloc/SimpleHeapAllocator.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSimpleHeapAllocator & operator=
(
const FSimpleHeapAllocator& |
SimpleAlloc/SimpleHeapAllocator.h | ||
| SimpleAlloc/SimpleHeapAllocator.h |