reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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]));