reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_local_cache.h
  132   TransferBatch *CreateBatch(uptr class_id, SizeClassAllocator *allocator,
  133                              TransferBatch *b) {
  141                     TransferBatch *b) {
  204     void *batch[2 * TransferBatch::kMaxNumCached];
  212     const uptr batch_class_id = SizeClassMap::ClassID(sizeof(TransferBatch));
  216       const uptr max_cached = TransferBatch::MaxCached(size);
  227           TransferBatch::AllocationSizeRequiredForNElements(max_cached)) ?
  237     TransferBatch *b = allocator->AllocateBatch(&stats_, this, class_id);
  251     TransferBatch *b = CreateBatch(