Searched refs:__buckets_ptr (Results 1 – 3 of 3) sorted by relevance
227 using __buckets_ptr = typename __hashtable_alloc::__buckets_ptr; in _GLIBCXX_VISIBILITY() local388 __buckets_ptr _M_buckets = &_M_single_bucket; in _GLIBCXX_VISIBILITY()417 _M_uses_single_bucket(__buckets_ptr __bkts) const in _GLIBCXX_VISIBILITY()434 __buckets_ptr in _GLIBCXX_VISIBILITY()447 _M_deallocate_buckets(__buckets_ptr __bkts, size_type __bkt_count) in _GLIBCXX_VISIBILITY()1300 __buckets_ptr __former_buckets = nullptr; in _GLIBCXX_VISIBILITY()1351 __buckets_ptr __buckets = nullptr; in _GLIBCXX_VISIBILITY()2577 __buckets_ptr __new_buckets = _M_allocate_buckets(__bkt_count); in _GLIBCXX_VISIBILITY()2620 __buckets_ptr __new_buckets = _M_allocate_buckets(__bkt_count); in _GLIBCXX_VISIBILITY()
1902 using __buckets_ptr = __node_base_ptr*; in _GLIBCXX_VISIBILITY()1939 __buckets_ptr in _GLIBCXX_VISIBILITY()1943 _M_deallocate_buckets(__buckets_ptr, std::size_t __bkt_count); in _GLIBCXX_VISIBILITY()2004 -> __buckets_ptr in _GLIBCXX_VISIBILITY()2009 __buckets_ptr __p = std::__to_address(__ptr); in _GLIBCXX_VISIBILITY()2017 _M_deallocate_buckets(__buckets_ptr __bkts, in _GLIBCXX_VISIBILITY()
2347 (_Hashtable_alloc<>::__buckets_ptr): New.