Home | History | Annotate | Download | only in ext

Lines Matching defs:new_allocator

25 /** @file ext/new_allocator.h
58 class new_allocator
71 { typedef new_allocator<_Tp1> other; };
79 new_allocator() _GLIBCXX_USE_NOEXCEPT { }
81 new_allocator(const new_allocator&) _GLIBCXX_USE_NOEXCEPT { }
84 new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
86 ~new_allocator() _GLIBCXX_USE_NOEXCEPT { }
139 operator==(const new_allocator<_Tp>&, const new_allocator<_Tp>&)
144 operator!=(const new_allocator<_Tp>&, const new_allocator<_Tp>&)