Home | History | Annotate | Download | only in ext

Lines Matching defs:new_allocator

26 /** @file ext/new_allocator.h
51 class new_allocator
64 { typedef new_allocator<_Tp1> other; };
66 new_allocator() throw() { }
68 new_allocator(const new_allocator&) throw() { }
71 new_allocator(const new_allocator<_Tp1>&) throw() { }
73 ~new_allocator() throw() { }
120 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&)
125 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&)