Home | History | Annotate | Download | only in Misc

Lines Matching refs:allocator

1051 template <typename T> class allocator;
1054 typedef vector<const Atom *, allocator<const Atom *> > AtomVector;
1056 template <typename T, typename A = allocator<const Atom *> > class vector {};