reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
186 CHECK(kPrefetch <= ARRAY_SIZE(b->batch)); 188 PREFETCH(b->batch[i]); 189 for (uptr i = 0, count = b->count; i < count; i++) { 191 PREFETCH(b->batch[i + kPrefetch]); 192 cb.Recycle((Node*)b->batch[i]); 194 cb.Deallocate(b);