Home
last modified time | relevance | path

Searched defs:TransferBatch (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h17 template <class SizeClassAllocator> struct TransferBatch { struct
33 void appendFromTransferBatch(TransferBatch *B, u16 N) { in appendFromTransferBatch() argument
57 NextTransferBatch global() argument
79 CountTransferBatch global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h76 struct TransferBatch { struct
103 TransferBatch *next; argument
110 static const uptr kBatchSize = sizeof(TransferBatch); argument
77 kMaxNumCachedTransferBatch global() argument
78 SetFromArrayTransferBatch SetFromArray() argument
[all...]
H A Dsanitizer_allocator_local_cache.h130 typedef typename Allocator::TransferBatch TransferBatch; typedef