MemoryParams::RunsToUpgradeGen

MemoryParams::RunsToUpgradeGen
unsigned RunsToUpgradeGen;
Description

Controls 'generations' in GC (AS3 only). RunsToUpgradeGen is the number of regular calls to GC (excluding ones forced by the user) before generations are upgraded by one step ('newborn' -> 'young', 'young' -> 'old').