Searched refs:__new_array (Results 1 – 2 of 2) sorted by relevance
1158 _Node** __new_array = _M_allocate_buckets(__n); in _GLIBCXX_VISIBILITY() local1166 __p->_M_next = __new_array[__new_index]; in _GLIBCXX_VISIBILITY()1167 __new_array[__new_index] = __p; in _GLIBCXX_VISIBILITY()1171 _M_buckets = __new_array; in _GLIBCXX_VISIBILITY()1179 _M_deallocate_nodes(__new_array, __n); in _GLIBCXX_VISIBILITY()1180 _M_deallocate_buckets(__new_array, __n); in _GLIBCXX_VISIBILITY()