Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h141 if (uptr batch_class_id = per_class_[class_id].batch_class_id) in CreateBatch() local
142 return (TransferBatch*)Allocate(allocator, batch_class_id); in CreateBatch()
149 if (uptr batch_class_id = per_class_[class_id].batch_class_id) in DestroyBatch() local
150 Deallocate(allocator, batch_class_id, b); in DestroyBatch()
210 uptr batch_class_id; member
219 const uptr batch_class_id = SizeClassMap::ClassID(sizeof(TransferBatch)); in InitCache() local
231 c->batch_class_id = (i == kBatchClassID) ? 0 : kBatchClassID; in InitCache()
233 c->batch_class_id = (size < in InitCache()
235 batch_class_id : 0; in InitCache()