Searched refs:TransferBatch (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_local_cache.h | 130 typedef typename Allocator::TransferBatch TransferBatch; typedef 139 TransferBatch *CreateBatch(uptr class_id, SizeClassAllocator *allocator, in CreateBatch() 140 TransferBatch *b) { in CreateBatch() 142 return (TransferBatch*)Allocate(allocator, batch_class_id); in CreateBatch() 148 TransferBatch *b) { in DestroyBatch() 211 void *batch[2 * TransferBatch::kMaxNumCached]; 223 const uptr max_cached = TransferBatch::MaxCached(size); in InitCache() 234 TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ? in InitCache() 244 TransferBatch *b = allocator->AllocateBatch(&stats_, this, class_id); in Refill() 258 TransferBatch *b = CreateBatch( in Drain() [all …]
|
| H A D | sanitizer_allocator_primary32.h | 76 struct TransferBatch { struct 103 TransferBatch *next; argument 110 static const uptr kBatchSize = sizeof(TransferBatch); argument 178 TransferBatch *b = sci->free_list.front(); in AllocateBatch() 184 TransferBatch *b) { in DeallocateBatch() 283 IntrusiveList<TransferBatch> free_list; in ALIGNED() 317 TransferBatch **current_batch, uptr max_count, in PopulateBatches() 323 TransferBatch *b = *current_batch; in PopulateBatches() 326 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i]); in PopulateBatches() 352 const uptr max_count = TransferBatch::MaxCached(size); in PopulateFreeList() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | allocator_common.h | 17 template <class SizeClassAllocator> struct TransferBatch { struct 33 void appendFromTransferBatch(TransferBatch *B, u16 N) { in appendFromTransferBatch() argument 57 TransferBatch *Next; argument 80 SinglyLinkedList<TransferBatch<SizeClassAllocator>> Batches;
|
| H A D | primary32.h | 57 typedef TransferBatch<ThisT> TransferBatchT;
|
| H A D | primary64.h | 63 typedef TransferBatch<ThisT> TransferBatchT;
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | ber | 23 # TransferBatch short tag
|