Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGrowableMallocChunk
Description
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
| Name | CreateInternalMemory |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
| Include Path | #include "Misc/GenericGrowableAllocator.h" |
uint64 CreateInternalMemory
(
uint64 Size
)
The actual size of the chunk that was allocated (could be much larger than Size)
Parameters
| Name | Remarks |
|---|---|
| Size | Minimum size needed for this allocation. The implementation will likely allocate more, and return that amount |