Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dmt_allocator.h49 struct __pool_base in _GLIBCXX_VISIBILITY() struct
159 __pool_base() in _GLIBCXX_VISIBILITY() argument
163 __pool_base(const _Tune& __options) in _GLIBCXX_VISIBILITY() function
168 __pool_base(const __pool_base&); in _GLIBCXX_VISIBILITY()
170 __pool_base& in _GLIBCXX_VISIBILITY()
171 operator=(const __pool_base&); in _GLIBCXX_VISIBILITY() argument
195 class __pool<false> : public __pool_base in _GLIBCXX_VISIBILITY()
243 explicit __pool(const __pool_base::_Tune& __tune) in _GLIBCXX_VISIBILITY()
244 : __pool_base(__tune), _M_bin(0), _M_bin_size(1) { } in _GLIBCXX_VISIBILITY()
262 class __pool<true> : public __pool_base in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20041486 (__pool_base): Add constructor that takes a _Tune argument.
1644 * include/ext/mt_allocator.h (__pool_base::_Tune): Add default
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
2875 * include/ext/pool_allocator.h (__pool_base::_M_get_mutex): Change
3031 * include/ext/pool_allocator.h (__pool_base::_Lock::_S_lock): Remove.
3032 (__pool_base::_M_get_mutex): New.
3034 * src/allocator.cc (__pool_base::_M_get_free_list): Correct offset.
[all …]
DChangeLog-2006486 * include/ext/mt_allocator.h (__pool_base::_M_get_align): Remove
1653 * include/ext/mt_allocator.h (__pool_base): Adjust/extend