__gnu_cxx::__mt_alloc< _Tp, _Poolp >(3cxx) | __gnu_cxx::__mt_alloc< _Tp, _Poolp >(3cxx) |
NAME¶
__gnu_cxx::__mt_alloc< _Tp, _Poolp > -SYNOPSIS¶
Inherits __gnu_cxx::__mt_alloc_base< _Tp >.Public Types¶
typedef _Poolp __policy_type
Public Member Functions¶
__mt_alloc (const __mt_alloc &) throw ()
Detailed Description¶
template<typename _Tp, typename _Poolp = __common_pool_policy<__pool, true >>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 'global' one. Steps are taken to limit the per thread freelist sizes (by returning excess back to the 'global' list). Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch32.html. Definition at line 625 of file mt_allocator.h.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Thu Aug 2 2012 | libstdc++ |