HomeSort by: relevance | last modified time | path
    Searched refs:TransferBatch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 131 typedef typename Allocator::TransferBatch TransferBatch;
139 // Returns a TransferBatch suitable for class_id.
140 TransferBatch *CreateBatch(uptr class_id, SizeClassAllocator *allocator,
141 TransferBatch *b) {
143 return (TransferBatch*)Allocate(allocator, batch_class_id);
147 // Destroys TransferBatch b.
149 TransferBatch *b) {
200 // If kUseSeparateSizeClassForBatch is true, all TransferBatch objects are
212 void *batch[2 * TransferBatch::kMaxNumCached]
    [all...]
sanitizer_allocator_primary32.h 69 struct TransferBatch {
96 TransferBatch *next;
103 static const uptr kBatchSize = sizeof(TransferBatch);
159 NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
169 TransferBatch *b = sci->free_list.front();
175 TransferBatch *b) {
271 IntrusiveList<TransferBatch> free_list;
305 TransferBatch **current_batch, uptr max_count,
311 TransferBatch *b = *current_batch;
314 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i])
    [all...]

Completed in 12 milliseconds