Home | History | Annotate | Download | only in ext

Lines Matching refs:malloc_allocator

25 /** @file ext/malloc_allocator.h
56 class malloc_allocator
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&)
146 operator!=(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&)