Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGrowableMallocChunk
| Name | FFreeEntry |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
| Include Path | #include "Misc/GenericGrowableAllocator.h" |
Syntax
class FFreeEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFreeEntry
(
FFreeEntry* NextEntry, |
Constructor | Misc/GenericGrowableAllocator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockSize | uint32 | Size of the free block | Misc/GenericGrowableAllocator.h | |
| Location | uint32 | Offset in the heap | Misc/GenericGrowableAllocator.h | |
| Next | FFreeEntry * | Next block of free memory. | Misc/GenericGrowableAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanFit
(
uint64 AlignedSize, |
Determine if the given allocation with this alignment and size will fit | Misc/GenericGrowableAllocator.h | |
uint32 Split
(
uint64 UsedSize, |
Take a free chunk, and split it into a used chunk and a free chunk | Misc/GenericGrowableAllocator.h |