Memory.StaleTest
Memory.StaleTest
#Overview
name: Memory.StaleTest
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Test for Memory.UsePurgatory. *** Will crash the game!
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:309
Scope: file
Source code excerpt:
FAutoConsoleCommand FMallocBinnedTestCommand
(
TEXT("Memory.StaleTest"),
TEXT("Test for Memory.UsePurgatory. *** Will crash the game!"),
FConsoleCommandDelegate::CreateStatic(&FMallocBinnedOverrunTest)
);
FAutoConsoleCommand FMallocUsePurgatoryCommand
(