Searched refs:totalRefs (Results 1 – 1 of 1) sorted by relevance
182 uint32_t totalRefs = gNumLocalRefsCreated.load(std::memory_order_relaxed) in gcIfManyNewRefs() local189 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) { in gcIfManyNewRefs()193 ALOGV("Binder forcing GC at %u created refs", totalRefs); in gcIfManyNewRefs()198 ALOGV("Now have %d binder ops", totalRefs - collectedAtRefs); in gcIfManyNewRefs()