__gnu_cxx::__mt_alloc< _Tp, _Poolp > Class Template Reference

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). More...

Inheritance diagram for __gnu_cxx::__mt_alloc< _Tp, _Poolp >:

Inheritance graph

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename _Tp, typename _Poolp = __common_pool_policy<__pool, true >>
class __gnu_cxx::__mt_alloc< _Tp, _Poolp >

Further details: http://gcc.gnu.org/onlinedocs/libstdc++/ext/mt_allocator.html

Definition at line 620 of file mt_allocator.h.


The documentation for this class was generated from the following file:

Generated on Sat Jan 10 19:11:50 2009 for libstdc++ by  doxygen 1.5.8