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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_quarantine.h
   36     batch[0] = ptr;
   47     batch[count++] = ptr;
   60       batch[count + i] = from->batch[i];
   60       batch[count + i] = from->batch[i];
  186       CHECK(kPrefetch <= ARRAY_SIZE(b->batch));
  188         PREFETCH(b->batch[i]);
  191           PREFETCH(b->batch[i + kPrefetch]);
  192         cb.Recycle((Node*)b->batch[i]);