Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMemory
Which allocator is being used
| Name | EMemoryAllocatorToUse |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h |
| Include Path | #include "GenericPlatform/GenericPlatformMemory.h" |
Syntax
enum EMemoryAllocatorToUse
{
Ansi,
Stomp,
TBB,
Jemalloc,
Binned,
Binned2,
Binned3,
Platform,
Mimalloc,
Libpas,
}
Values
| Name | Remarks |
|---|---|
| Ansi | |
| Stomp | |
| TBB | |
| Jemalloc | |
| Binned | |
| Binned2 | |
| Binned3 | |
| Platform | |
| Mimalloc | |
| Libpas |