Searched refs:__new_nstart (Results 1 – 1 of 1) sorted by relevance
778 _Map_pointer __new_nstart; in _M_reallocate_map() local780 __new_nstart = this->_M_map._M_data + (this->_M_map_size._M_data - __new_num_nodes) / 2 in _M_reallocate_map()782 if (__new_nstart < this->_M_start._M_node) in _M_reallocate_map()783 _STLP_STD::copy(this->_M_start._M_node, this->_M_finish._M_node + 1, __new_nstart); in _M_reallocate_map()786 __new_nstart + __old_num_nodes); in _M_reallocate_map()793 __new_nstart = __new_map + (__new_map_size - __new_num_nodes) / 2 in _M_reallocate_map()795 _STLP_STD::copy(this->_M_start._M_node, this->_M_finish._M_node + 1, __new_nstart); in _M_reallocate_map()802 this->_M_start._M_set_node(__new_nstart); in _M_reallocate_map()803 this->_M_finish._M_set_node(__new_nstart + __old_num_nodes - 1); in _M_reallocate_map()