reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
474 for (auto I = Allocator.Slabs.begin(), E = Allocator.Slabs.end(); I != E; 475 ++I) { 477 std::distance(Allocator.Slabs.begin(), I)); 478 char *Begin = (char *)alignAddr(*I, Align::Of<T>()); 479 char *End = *I == Allocator.Slabs.back() ? Allocator.CurPtr 480 : (char *)*I + AllocatedSlabSize;