Home | History | Annotate | Download | only in bits

Lines Matching refs:__new_array

1204       _Node** __new_array = _M_allocate_buckets(__n);
1213 __p->_M_next = __new_array[__new_index];
1214 __new_array[__new_index] = __p;
1220 _M_buckets = __new_array;
1228 _M_deallocate_nodes(__new_array, __n);
1229 _M_deallocate_buckets(__new_array, __n);