Memory.UsePoison
Memory.UsePoison
#Overview
name: Memory.UsePoison
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Uses the poison malloc proxy to check if things are relying on uninitialized or free\'d memory.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/HAL/UnrealMemory.cpp:323
Scope: file
Source code excerpt:
FAutoConsoleCommand FMallocUsePoisonCommand
(
TEXT("Memory.UsePoison"),
TEXT("Uses the poison malloc proxy to check if things are relying on uninitialized or free'd memory."),
FConsoleCommandDelegate::CreateStatic(&FMemory::EnablePoisonTests)
);
#endif