mt_allocator.h File Reference
Detailed Description
This file is a GNU extension to the Standard C++ Library.
Definition in file mt_allocator.h.
Go to the source code of this file.
Namespaces
Classes
- struct __common_pool_policy< _PoolTp, false >
- Partial specialization for single thread. More...
- struct __common_pool_policy< _PoolTp, true >
- Partial specialization for thread enabled, via gthreads.h. More...
- class __mt_alloc
- 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...
- class __mt_alloc_base
- Base class for _Tp dependent member functions. More...
- struct __per_type_pool_policy< _Tp, _PoolTp, false >
- Partial specialization for single thread. More...
- struct __per_type_pool_policy< _Tp, _PoolTp, true >
- Partial specialization for thread enabled, via gthreads.h. More...
- class __pool< false >
- Specialization for single thread. More...
- class __pool< true >
- Specialization for thread enabled, via gthreads.h. More...
- struct __pool_base
- Base class for pool object. More...
- struct __pool< true >::_Bin_record
- struct __pool< false >::_Bin_record
- struct __pool_base::_Block_address
- union __pool< true >::_Block_record
- union __pool< false >::_Block_record
- struct __per_type_pool_policy< _Tp, _PoolTp, true >::_M_rebind
- struct __per_type_pool_policy< _Tp, _PoolTp, false >::_M_rebind
- struct __common_pool_policy< _PoolTp, true >::_M_rebind
- struct __common_pool_policy< _PoolTp, false >::_M_rebind
- struct __pool< true >::_Thread_record
- struct __pool_base::_Tune
- struct __mt_alloc::rebind
Defines
Typedefs
Functions
-
template<typename _Tp, typename _Poolp> bool __gnu_cxx::operator!= (const __mt_alloc< _Tp, _Poolp > &, const __mt_alloc< _Tp, _Poolp > &)
-
template<typename _Tp, typename _Poolp> bool __gnu_cxx::operator== (const __mt_alloc< _Tp, _Poolp > &, const __mt_alloc< _Tp, _Poolp > &)
Generated on Sat Oct 1 15:08:56 2005 for libstdc++ source by
1.4.4