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" |
TGenericGrowableAllocator
&40;
uint64 InitialSize,
uint32 InType,
uint32 InSubAllocationAlignment,
FName InStatRegionName,
const FName &42; InOwnerTypeToStatIdMap,
void &42; InUserData
&41;
Remarks
Constructor Internally allocates address space for use only by this allocator
Parameters
Name | Description |
---|---|
Type | The templated memory type to allocate with this allocator |
StatRegion | The region of memory this is responsible for, for updating the region max sizes |