Home
last modified time | relevance | path

Searched refs:_Tune (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dmt_allocator.h58 struct _Tune in _GLIBCXX_VISIBILITY() struct
113 _Tune() in _GLIBCXX_VISIBILITY() argument
121 _Tune(size_t __align, size_t __maxb, size_t __minbin, size_t __chunk, in _GLIBCXX_VISIBILITY() argument
135 const _Tune& in _GLIBCXX_VISIBILITY()
140 _M_set_options(_Tune __t) in _GLIBCXX_VISIBILITY()
160 : _M_options(_Tune()), _M_binmap(0), _M_init(false) { } in _GLIBCXX_VISIBILITY()
163 __pool_base(const _Tune& __options) in _GLIBCXX_VISIBILITY()
175 _Tune _M_options; in _GLIBCXX_VISIBILITY()
243 explicit __pool(const __pool_base::_Tune& __tune) in _GLIBCXX_VISIBILITY()
367 explicit __pool(const __pool_base::_Tune& __tune) 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.
2664 * docs/html/ext/mt_allocator.html: Add docs for _Tune.
3110 * include/ext/mt_allocator (__mt_alloc<>::_Tune): Add _M_align,
3112 (__mt_alloc<>::_Tune::_Tune): Tweak consistently.