Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dhashtable.h1148 _Node** __new_array = _M_allocate_buckets(__n); in _GLIBCXX_VISIBILITY() local
1156 __p->_M_next = __new_array[__new_index]; in _GLIBCXX_VISIBILITY()
1157 __new_array[__new_index] = __p; in _GLIBCXX_VISIBILITY()
1161 _M_buckets = __new_array; in _GLIBCXX_VISIBILITY()
1169 _M_deallocate_nodes(__new_array, __n); in _GLIBCXX_VISIBILITY()
1170 _M_deallocate_buckets(__new_array, __n); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dhashtable.h1148 _Node** __new_array = _M_allocate_buckets(__n); in _GLIBCXX_VISIBILITY() local
1156 __p->_M_next = __new_array[__new_index]; in _GLIBCXX_VISIBILITY()
1157 __new_array[__new_index] = __p; in _GLIBCXX_VISIBILITY()
1161 _M_buckets = __new_array; in _GLIBCXX_VISIBILITY()
1169 _M_deallocate_nodes(__new_array, __n); in _GLIBCXX_VISIBILITY()
1170 _M_deallocate_buckets(__new_array, __n); in _GLIBCXX_VISIBILITY()