HomeSort by relevance Sort by last modified time
    Searched refs:GC_INTERVAL (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_util_Binder.cpp 156 static constexpr uint32_t GC_INTERVAL = 1000;
172 // Garbage collect if we've allocated at least GC_INTERVAL refs since the last time.
185 if (totalRefs - (collectedAtRefs + GC_INTERVAL) /* modular arithmetic! */ < MAX_RACING) {
188 collectedAtRefs + GC_INTERVAL, std::memory_order_relaxed)) {
    [all...]
  /external/libnl/lib/route/
neightbl.c 71 diff |= NT_DIFF(GC_INTERVAL, a->nt_gc_interval != b->nt_gc_interval);

Completed in 249 milliseconds