Home
last modified time | relevance | path

Searched refs:array_allocator (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Darray_allocator.h91 class array_allocator : public array_allocator_base<_Tp>
110 { typedef array_allocator<_Tp1, _Array1> other; };
112 array_allocator(array_type* __array = NULL) throw() in throw()
115 array_allocator(const array_allocator& __o) throw() in throw()
119 array_allocator(const array_allocator<_Tp1, _Array1>&) throw() in array_allocator() function
122 ~array_allocator() throw() { } in throw()
137 operator==(const array_allocator<_Tp, _Array>&,
138 const array_allocator<_Tp, _Array>&)
143 operator!=(const array_allocator<_Tp, _Array>&,
144 const array_allocator<_Tp, _Array>&)
/openbsd-src/gnu/lib/libstdc++-v3/
H A DMakefile120 EXTHDRS= algorithm atomicity.h array_allocator.h bitmap_allocator.h \
/openbsd-src/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am520 ${ext_srcdir}/array_allocator.h \
H A DMakefile.in742 ${ext_srcdir}/array_allocator.h \