.TH "__gnu_cxx::debug_allocator< _Alloc >" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::debug_allocator< _Alloc > \- A meta-allocator with debugging bits\&. .PP This is precisely the allocator defined in the C++03 Standard\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef _Traits::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef _Traits::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef _Traits::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef _Traits::pointer \fBpointer\fP" .br .ti -1c .RI "typedef _Traits::reference \fBreference\fP" .br .ti -1c .RI "typedef _Traits::size_type \fBsize_type\fP" .br .ti -1c .RI "typedef _Traits::value_type \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template \fBdebug_allocator\fP (const \fBdebug_allocator\fP< _Alloc2 > &__a2, typename __convertible< _Alloc2 >::__type=0)" .br .ti -1c .RI "\fBdebug_allocator\fP (const _Alloc &__a)" .br .ti -1c .RI "pointer \fBallocate\fP (size_type __n)" .br .ti -1c .RI "pointer \fBallocate\fP (size_type __n, const void *__hint)" .br .ti -1c .RI "void \fBconstruct\fP (pointer __p, const value_type &__val)" .br .ti -1c .RI "template void \fBconstruct\fP (_Tp *__p, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "void \fBdeallocate\fP (pointer __p, size_type __n)" .br .ti -1c .RI "template void \fBdestroy\fP (_Tp *__p)" .br .ti -1c .RI "size_type \fBmax_size\fP () const throw ()" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template class \fBdebug_allocator\fP" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBdebug_allocator\fP &__lhs, const \fBdebug_allocator\fP &__rhs)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_cxx::debug_allocator< _Alloc >" A meta-allocator with debugging bits\&. .PP This is precisely the allocator defined in the C++03 Standard\&. .PP Definition at line 62 of file debug_allocator\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.