Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FGrowableMallocChunk > API/Runtime/Core/Misc/FGrowableMallocChunk/FFreeEntry
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
Include | #include "Misc/GenericGrowableAllocator.h" |
uint32 Split
&40;
uint64 UsedSize,
uint32 Alignment,
bool & bDelete,
uint32 & Padding,
uint32 MinSize
&41;
Remarks
Take a free chunk, and split it into a used chunk and a free chunk The location of the free data
Parameters
Name | Description |
---|---|
UsedSize | The size of the used amount (anything left over becomes free chunk) |
Alignment | The alignment of the allocation (location and size) |
bDelete | Whether or not to delete this FreeEntry (ie no more is left over after splitting) |