Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TGenericGrowableAllocator
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h |
Include | #include "Misc/GenericGrowableAllocator.h" |
TGenericGrowableAllocator
(
uint64 InitialSize,
uint32 InType,
uint32 InSubAllocationAlignment,
FName InStatRegionName,
const FName * InOwnerTypeToStatIdMap,
void * InUserData
)
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 |