Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
Include |
#include "GenericPlatform/GenericPlatformMisc.h" |
enum EProcessDiagnosticFlags
{
None = 0,
MemorySanitizer = 1 << 0,
AnsiMalloc = 1 << 1,
StompMalloc = 1 << 2,
}
Name |
Description |
---|---|
None |
|
MemorySanitizer |
|
AnsiMalloc |
|
StompMalloc |