Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dhashtable.h206 using __hashtable_alloc = __detail::_Hashtable_alloc<__node_alloc_type>; in _GLIBCXX_VISIBILITY() local
209 typename __hashtable_alloc::__value_alloc_traits; in _GLIBCXX_VISIBILITY()
211 typename __hashtable_alloc::__node_alloc_traits; in _GLIBCXX_VISIBILITY()
212 using __node_base = typename __hashtable_alloc::__node_base; in _GLIBCXX_VISIBILITY()
213 using __bucket_type = typename __hashtable_alloc::__bucket_type; in _GLIBCXX_VISIBILITY()
354 __hashtable_alloc& in _GLIBCXX_VISIBILITY()
366 return __hashtable_alloc::_M_allocate_buckets(__n); in _GLIBCXX_VISIBILITY()
375 __hashtable_alloc::_M_deallocate_buckets(__bkts, __n); in _GLIBCXX_VISIBILITY()
408 __hashtable_alloc(__node_alloc_type(__a)) in _GLIBCXX_VISIBILITY()
437 : __hashtable_alloc(__node_alloc_type(__a)) in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable_policy.h107 using __hashtable_alloc = _Hashtable_alloc<__node_alloc_type>; in _GLIBCXX_VISIBILITY() member
109 typename __hashtable_alloc::__node_alloc_traits; in _GLIBCXX_VISIBILITY()
110 using __node_type = typename __hashtable_alloc::__node_type; in _GLIBCXX_VISIBILITY()
113 _ReuseOrAllocNode(__node_type* __nodes, __hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
149 __hashtable_alloc& _M_h; in _GLIBCXX_VISIBILITY()
158 using __hashtable_alloc = _Hashtable_alloc<_NodeAlloc>; in _GLIBCXX_VISIBILITY()
159 using __node_type = typename __hashtable_alloc::__node_type; in _GLIBCXX_VISIBILITY()
162 _AllocNode(__hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
171 __hashtable_alloc& _M_h; in _GLIBCXX_VISIBILITY()