Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_Binder.cpp185 static constexpr uint32_t MAX_RACING = 100000; in gcIfManyNewRefs() local
187 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) { in gcIfManyNewRefs()