Home
last modified time | relevance | path

Searched refs:totalRefs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp182 uint32_t totalRefs = gNumLocalRefsCreated.load(std::memory_order_relaxed) in gcIfManyNewRefs() local
189 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()