Home | History | Annotate | Download | only in ext

Lines Matching defs:new_allocator

26 /** @file ext/new_allocator.h
54 class new_allocator
67 { typedef new_allocator<_Tp1> other; };
69 new_allocator() throw() { }
71 new_allocator(const new_allocator&) throw() { }
74 new_allocator(const new_allocator<_Tp1>&) throw() { }
76 ~new_allocator() throw() { }
123 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&)
128 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&)