MCPcopy Create free account
hub / github.com/ZDoom/Raze / SetThreshold

Function SetThreshold

source/common/objects/dobjgc.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203//==========================================================================
204
205void SetThreshold()
206{
207 Threshold = (std::min(Estimate, AllocBytes) / 100) * Pause;
208}
209
210//==========================================================================
211//

Callers 1

SingleStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected