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

References

projects/compiler-rt/lib/scudo/standalone/quarantine.h
  277       for (uptr I = 0, Count = B->Count; I < Count; I++) {
  277       for (uptr I = 0, Count = B->Count; I < Count; I++) {
  278         if (I + NumberOfPrefetch < Count)
  279           PREFETCH(B->Batch[I + NumberOfPrefetch]);
  280         Cb.recycle(reinterpret_cast<Node *>(B->Batch[I]));