Searched refs:sg_cycleMaxRefCount (Results 1 – 1 of 1) sorted by relevance
449 static int sg_cycleMaxRefCount = 30000; variable450 static tSettingItem<int> conf_sgCycleMaxRefCount ("CYCLE_MAX_REFCOUNT", sg_cycleMaxRefCount );2496 if ( GetRefcount() > sg_cycleMaxRefCount && Alive() ) in AddRef()2500 int backup = sg_cycleMaxRefCount; in AddRef()2501 sg_cycleMaxRefCount += 100; in AddRef()2503 sg_cycleMaxRefCount = backup; in AddRef()