Home | History | Annotate | Download | only in ext

Lines Matching refs:malloc_allocator

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