Lines Matching refs:__hashtable_alloc
206 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()
1256 __hashtable_alloc( in _GLIBCXX_VISIBILITY()
1278 __hashtable_alloc(std::move(__ht._M_base_alloc())), in _GLIBCXX_VISIBILITY()
1310 __hashtable_alloc(__node_alloc_type(__a)), in _GLIBCXX_VISIBILITY()
1331 __hashtable_alloc(__node_alloc_type(__a)), in _GLIBCXX_VISIBILITY()