Searched refs:GC_INTERVAL (Results 1 – 1 of 1) sorted by relevance
161 static constexpr uint32_t GC_INTERVAL = 1000; variable189 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) { in gcIfManyNewRefs()192 collectedAtRefs + GC_INTERVAL, std::memory_order_relaxed)) { in gcIfManyNewRefs()