Navigation
API > API/Runtime > API/Runtime/Core
A base class for both the classes below, for usage tracking only
| Name | FGrowableMallocBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
| Include Path | #include "Misc/GenericGrowableAllocator.h" |
Syntax
class FGrowableMallocBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGrowableMallocBase() |
Constructor | Misc/GenericGrowableAllocator.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGrowableMallocBase() |
Misc/GenericGrowableAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint64 GetWasteApproximation() |
Returns approximated amount of memory wasted due to allocations' alignment. | Misc/GenericGrowableAllocator.h |