MallocBinned2.FlushThreadCacheMaxWaitTime

MallocBinned2.FlushThreadCacheMaxWaitTime

#Overview

name: MallocBinned2.FlushThreadCacheMaxWaitTime

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/MallocBinned2.cpp:89

Scope: file

Source code excerpt:

float GMallocBinned2FlushThreadCacheMaxWaitTime = 0.02f;
static FAutoConsoleVariableRef GMallocBinned2FlushThreadCacheMaxWaitTimeCVar(
	TEXT("MallocBinned2.FlushThreadCacheMaxWaitTime"),
	GMallocBinned2FlushThreadCacheMaxWaitTime,
	TEXT("The threshold of time before warning about FlushCurrentThreadCache taking too long (seconds)."),
	ECVF_ReadOnly
);

#if BINNED2_ALLOCATOR_STATS