MallocBinned3.FlushThreadCacheMaxWaitTime

MallocBinned3.FlushThreadCacheMaxWaitTime

#Overview

name: MallocBinned3.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/MallocBinned3.cpp:56

Scope: file

Source code excerpt:

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

#if BINNED3_ALLOCATOR_STATS