Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h108 cb.Recycle(ptr); in Put()
121 Recycle(atomic_load_relaxed(&min_size_), cb); in Drain()
130 Recycle(0, cb); in DrainAndRecycle()
152 void NOINLINE Recycle(uptr min_size, Callback cb) { in Recycle() function
192 cb.Recycle((Node*)b->batch[i]); in DoRecycle()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h72 Recycle(cb); in Drain()
87 void NOINLINE Recycle(Callback cb) { in Recycle() function
110 cb.Recycle((Node*)b->batch[i]); in DoRecycle()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DRequestCallContextSafeHandle.cs83 public void Recycle() in Recycle() method in Grpc.Core.Internal.RequestCallContextSafeHandle
120 Recycle(); in IOpCompletionCallback.OnComplete()
DBatchContextSafeHandle.cs115 public void Recycle() in Recycle() method in Grpc.Core.Internal.BatchContextSafeHandle
152 Recycle(); in IOpCompletionCallback.OnComplete()
DAsyncCall.cs124 ctx.Recycle(); in UnaryCall()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DCompletionRegistryBenchmark.cs67 ctx.Recycle(); in ThreadBody()
/external/timezone-boundary-builder/
D.gitignore75 # Recycle Bin used on file shares
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_quarantine_test.cpp21 void Recycle(void *m) {} in Recycle() function
/external/libchrome/base/test/
Dtest_suite.cc283 scoped_pool.Recycle(); in Run()
/external/rust/crates/bytes/
DCHANGELOG.md139 * Bytes: Recycle space when reserving space in vec mode (#197).
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp210 void Recycle(ScudoChunk *Chunk) { in Recycle() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp182 void Recycle(void *Ptr) { in Recycle() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc136 void Recycle(AsanChunk *m) { in Recycle() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp200 void Recycle(AsanChunk *m) { in Recycle() function