MallocStomp2.MaxSize
MallocStomp2.MaxSize
#Overview
name: MallocStomp2.MaxSize
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Set the maximum size MallocStomp2 should track
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/MallocStomp2.cpp:396
Scope: file
Source code excerpt:
}
}
FAutoConsoleCommand GMallocStomp2SetMaxSize(TEXT("MallocStomp2.MaxSize"), TEXT("Set the maximum size MallocStomp2 should track"), FConsoleCommandWithArgsDelegate::CreateStatic(MallocStomp2SetMaxSize));
#endif //WITH_MALLOC_STOMP2