Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FGrowableMallocChunk
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
Include | #include "Misc/GenericGrowableAllocator.h" |
uint64 CreateInternalMemory
&40;
uint64 Size
&41;
Remarks
Lets the implementation allocate the backing memory for the chunk
Implementation needs to pause LLM tracking for ELLMTracker::Default if it's allocating from an allocator that tracks via ELLMTracker::Default The actual size of the chunk that was allocated (could be much larger than Size)
Parameters
Name | Description |
---|---|
Size | Minimum size needed for this allocation. The implementation will likely allocate more, and return that amount |