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" |
bool CanFit
&40;
uint64 AlignedSize,
uint32 Alignment
&41;
Remarks
Determine if the given allocation with this alignment and size will fit true if the allocation will fit
Parameters
Name | Description |
---|---|
AllocationSize | Already aligned size of an allocation |
Alignment | Alignment of the allocation (location may need to increase to match alignment) |