.TH "__gnu_cxx::__mt_alloc< _Tp, _Poolp >" 3cxx "Sun Jan 6 2013" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::__mt_alloc< _Tp, _Poolp > \- .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_cxx::__mt_alloc_base< _Tp >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Poolp \fB__policy_type\fP" .br .ti -1c .RI "typedef _Poolp::pool_type \fB__pool_type\fP" .br .ti -1c .RI "typedef const _Tp * \fBconst_pointer\fP" .br .ti -1c .RI "typedef const _Tp & \fBconst_reference\fP" .br .ti -1c .RI "typedef ptrdiff_t \fBdifference_type\fP" .br .ti -1c .RI "typedef _Tp * \fBpointer\fP" .br .ti -1c .RI "typedef _Tp & \fBreference\fP" .br .ti -1c .RI "typedef size_t \fBsize_type\fP" .br .ti -1c .RI "typedef _Tp \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB__mt_alloc\fP (const \fB__mt_alloc\fP &) _GLIBCXX_USE_NOEXCEPT" .br .ti -1c .RI "template \fB__mt_alloc\fP (const \fB__mt_alloc\fP< _Tp1, _Poolp1 > &) _GLIBCXX_USE_NOEXCEPT" .br .ti -1c .RI "const __pool_base::_Tune \fB_M_get_options\fP ()" .br .ti -1c .RI "void \fB_M_set_options\fP (__pool_base::_Tune __t)" .br .ti -1c .RI "pointer \fBaddress\fP (reference __x) const _GLIBCXX_NOEXCEPT" .br .ti -1c .RI "const_pointer \fBaddress\fP (const_reference __x) const _GLIBCXX_NOEXCEPT" .br .ti -1c .RI "pointer \fBallocate\fP (size_type __n, const void *=0)" .br .ti -1c .RI "template void \fBconstruct\fP (_Up *__p, _Args &&\&.\&.\&.__args)" .br .ti -1c .RI "void \fBdeallocate\fP (pointer __p, size_type __n)" .br .ti -1c .RI "template void \fBdestroy\fP (_Up *__p)" .br .ti -1c .RI "size_type \fBmax_size\fP () const _GLIBCXX_USE_NOEXCEPT" .br .in -1c .SH "Detailed Description" .PP .SS "template>class __gnu_cxx::__mt_alloc< _Tp, _Poolp >" This is a fixed size (power of 2) allocator which - when compiled with thread support - will maintain one freelist per size per thread plus a \fIglobal\fP one\&. Steps are taken to limit the per thread freelist sizes (by returning excess back to the \fIglobal\fP list)\&. .PP Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch32.html\&. .PP Definition at line 631 of file mt_allocator\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.