EMemoryAllocatorToUse

Which allocator is being used

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

enum EMemoryAllocatorToUse
{
    Ansi,
    Stomp,
    TBB,
    Jemalloc,
    Binned,
    Binned2,
    Binned3,
    Platform,
    Mimalloc,
}

Values

Name

Description

Ansi

Stomp

TBB

Jemalloc

Binned

Binned2

Binned3

Platform

Mimalloc

Remarks

Which allocator is being used

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