Searched refs:__new_array (Results 1 – 2 of 2) sorted by relevance
1148 _Node** __new_array = _M_allocate_buckets(__n); in _GLIBCXX_VISIBILITY() local1156 __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()