Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
Inheritance Hierarchy
- FGrowableMallocBase
- FGrowableMallocChunk
- TGenericGrowableAllocator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
| Include | #include "Misc/GenericGrowableAllocator.h" |
Syntax
class FGrowableMallocBase
Remarks
A base class for both the classes below, for usage tracking only
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | CurrentAllocs | The current number of allocations. | |
| uint64 | TotalAllocated | Total amount ever allocated | |
| uint64 | TotalAllocs | The total number of allocations. | |
| uint64 | TotalWaste | The total amount of memory wasted due to allocations' alignment. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Returns approximated amount of memory wasted due to allocations' alignment. |