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
  161     void *res = c->batch[--c->count];
  162     PREFETCH(c->batch[c->count - 1]);
  176     c->batch[c->count++] = p;
  241     b->CopyToArray(c->batch);
  252         class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]);
  260     b->SetFromArray(&c->batch[first_idx_to_drain], count);