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

References

projects/compiler-rt/lib/scudo/standalone/quarantine.h
   29     Batch[0] = Ptr;
   38     Batch[Count++] = Ptr;
   51       Batch[Count + I] = From->Batch[I];
   51       Batch[Count + I] = From->Batch[I];
   59   void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); }
  274       CHECK(NumberOfPrefetch <= ARRAY_SIZE(B->Batch));
  276         PREFETCH(B->Batch[I]);
  279           PREFETCH(B->Batch[I + NumberOfPrefetch]);
  280         Cb.recycle(reinterpret_cast<Node *>(B->Batch[I]));