TGenericGrowableAllocator::TGenericGrowableAllocator

Constructor Internally allocates address space for use only by this allocator

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/GenericGrowableAllocator.h

Include

#include "Misc/GenericGrowableAllocator.h"

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss