Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FGrowableMallocChunk
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
| Include | #include "Misc/GenericGrowableAllocator.h" |
bool CanFitEntry
&40;
uint32 Size,
uint32 Alignment
&41;
Remarks
Check free list for an entry big enough to fit the requested Size with Alignment true if available entry was found
Parameters
| Name | Description |
|---|---|
| Size | allocation size |
| Alignment | allocation alignment |