__mt_alloc 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 __mt_alloc:

Inheritance graph

List of all members.

Public Types

Public Member Functions


Detailed Description

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

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

Definition at line 613 of file mt_allocator.h.


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

Generated on Tue Dec 2 03:59:42 2008 for libstdc++ by  doxygen 1.5.7.1