libstdc++
__gnu_cxx::__mt_alloc< _Tp, _Poolp > Class Template Reference
Inheritance diagram for __gnu_cxx::__mt_alloc< _Tp, _Poolp >:

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 >

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 631 of file mt_allocator.h.


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