MallocStomp2.OverrunTest

MallocStomp2.OverrunTest

#Overview

name: MallocStomp2.OverrunTest

This variable is created as a Console Variable (cvar).

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:35

Scope: file

Source code excerpt:

FAutoConsoleCommand MallocStomp2TestCommand
(
	TEXT( "MallocStomp2.OverrunTest" ),
	TEXT( "Overrun test for the FMallocStomp2" ),
	FConsoleCommandDelegate::CreateStatic( &MallocStomp2OverrunTest )
);

FMallocStomp2::FMallocStomp2(FMalloc* InMalloc, const bool InUseUnderrunMode)
	: PageSize(FPlatformMemory::GetConstants().PageSize)