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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 63 Drain(c, cb);
66 void NOINLINE Drain(Cache *c, Callback cb) {
sanitizer_allocator.h 941 Drain(allocator);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 70 Drain(c);
125 void Drain(Cache *c) {
  /art/runtime/
native_stack_dump.cc 134 static void Drain(size_t expected,
227 Drain(0, prefix, pipe, os);
258 // Now drain (expecting two lines).
259 Drain(2U, prefix, pipe, os);
367 Drain(0, prefix, &addr2line_state, os);
  /prebuilts/go/darwin-x86/src/os/
dir_unix.go 75 // Drain the buffer
  /prebuilts/go/linux-x86/src/os/
dir_unix.go 75 // Drain the buffer
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 518 cache.Drain(a);
555 static_allocator_cache.Drain(a);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 519 AllocatorQuarantine.Drain(&ThreadQuarantineCache,
  /prebuilts/go/darwin-x86/src/encoding/gob/
encoder.go 82 // Drain the buffer and restore the space at the front for the count of the next message.
  /prebuilts/go/linux-x86/src/encoding/gob/
encoder.go 82 // Drain the buffer and restore the space at the front for the count of the next message.
  /external/compiler-rt/lib/asan/
asan_allocator.cc 584 quarantine.Drain(GetQuarantineCache(ms), QuarantineCallback(ac));
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 542 // drain own cached work first in the hopes that it
1044 // Drain root marking jobs.
1058 // Drain heap marking jobs.
    [all...]
mgc.go 73 // c. Drain any remaining work from the work queue (typically there
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go 542 // drain own cached work first in the hopes that it
1044 // Drain root marking jobs.
1058 // Drain heap marking jobs.
    [all...]
mgc.go 73 // c. Drain any remaining work from the work queue (typically there
    [all...]

Completed in 696 milliseconds