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

  /external/openssh/
clientloop.c 867 struct global_confirm *gc, *last_gc; local
870 last_gc = TAILQ_LAST(&global_confirms, global_confirms);
871 if (last_gc && last_gc->cb == cb && last_gc->ctx == ctx) {
872 if (++last_gc->ref_count >= INT_MAX)
873 fatal("%s: last_gc->ref_count = %d",
874 __func__, last_gc->ref_count);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 75 last_gc uint64 // last gc (in absolute time)
500 p[n+n] = memstats.last_gc
heapdump.go 551 dumpint(memstats.last_gc)
mgc.go     [all...]
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 75 last_gc uint64 // last gc (in absolute time)
500 p[n+n] = memstats.last_gc
heapdump.go 551 dumpint(memstats.last_gc)
mgc.go     [all...]
proc.go     [all...]
  /art/runtime/gc/
heap.cc 1672 collector::GcType last_gc = WaitForGcToComplete(kGcCauseForAlloc, self); local
    [all...]

Completed in 1202 milliseconds