Searched refs:__pool_base (Results 1 – 3 of 3) sorted by relevance
49 struct __pool_base in _GLIBCXX_VISIBILITY() struct159 __pool_base() in _GLIBCXX_VISIBILITY() argument163 __pool_base(const _Tune& __options) in _GLIBCXX_VISIBILITY() function168 __pool_base(const __pool_base&); in _GLIBCXX_VISIBILITY()170 __pool_base& in _GLIBCXX_VISIBILITY()171 operator=(const __pool_base&); in _GLIBCXX_VISIBILITY() argument195 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 …]
1486 (__pool_base): Add constructor that takes a _Tune argument.1644 * include/ext/mt_allocator.h (__pool_base::_Tune): Add default1646 (__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 to2875 * include/ext/pool_allocator.h (__pool_base::_M_get_mutex): Change3031 * 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 …]
486 * include/ext/mt_allocator.h (__pool_base::_M_get_align): Remove1653 * include/ext/mt_allocator.h (__pool_base): Adjust/extend