Home | History | Annotate | Download | only in ext

Lines Matching refs:malloc_allocator

26 /** @file ext/malloc_allocator.h
52 class malloc_allocator
65 { typedef malloc_allocator<_Tp1> other; };
67 malloc_allocator() throw() { }
69 malloc_allocator(const malloc_allocator&) throw() { }
72 malloc_allocator(const malloc_allocator<_Tp1>&) throw() { }
74 ~malloc_allocator() throw() { }
124 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&)
129 operator!=(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&)