Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TGenericGrowableAllocator
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
Include | #include "Misc/GenericGrowableAllocator.h" |
ChunkAllocatorType &42; CreateAllocChunk
&40;
uint64 Size
&41;
Remarks
Create a new allocation chunk to fit the requested size. All chunks are aligned to MIN_CHUNK_ALIGNMENT
Parameters
Name | Description |
---|---|
Size | size of chunk |