Home
last modified time | relevance | path

Searched defs:Batch (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h25 void *Batch[MaxCount]; member
134 for (const QuarantineBatch &Batch : List) { in getStats() local
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Drelease_test.cpp147 scudo::uptr Batch[MaxCount]; member
152 typedef FreeBatch<SizeClassMap> Batch; in testReleaseFreeMemoryToOS() typedef
H A Dquarantine_test.cpp32 while (scudo::QuarantineBatch *Batch = Cache->dequeueBatch()) in deallocateCache() local
/openbsd/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dcommon.h220 const size_t Batch = Count == BatchSize::CountElements in runOpOnCopies() local