Home
last modified time | relevance | path

Searched refs:__pool_base (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dmt_allocator.h50 struct __pool_base struct
159 __pool_base() in __pool_base() argument
163 __pool_base(const _Tune& __options) in __pool_base() argument
168 __pool_base(const __pool_base&);
170 __pool_base&
171 operator=(const __pool_base&); argument
195 class __pool<false> : public __pool_base argument
262 class __pool<true> : public __pool_base
485 typedef typename __pool_base::_Tune _Tune;
655 const __pool_base::_Tune
[all …]
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20041486 (__pool_base): Add constructor that takes a _Tune argument.
1646 (__pool_base::_Tune::is_default): New.
1647 (__pool_base::_Block_address): New.
1648 (__pool_base): Rearrange data members.
2034 * include/ext/pool_allocator.h: Rename __pool_base to
3032 (__pool_base::_M_get_mutex): New.
3035 * config/linker-map.gnu: Remove __pool_base::_Lock::_S_lock.
3127 (__pool_base): Remove unused template parameter. Add
3130 (__pool_base::_M_get_free_list): New.
3133 * config/linker-map.gnu: Export bits from __pool_base.
[all …]
H A DChangeLog-20061330 * include/ext/mt_allocator.h (__pool_base): Adjust/extend