Lines Matching refs:deallocate
43 _M_map.deallocate(_M_map._M_data, _M_map_size._M_data); in ~_Deque_base()
60 _STLP_UNWIND((_M_map.deallocate(_M_map._M_data, _M_map_size._M_data), in _M_initialize_map()
83 _M_map_size.deallocate(*__n, this->buffer_size()); in _M_destroy_nodes()
351 this->_M_map_size.deallocate(*__node, this->buffer_size()); in clear()
357 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size()); in clear()
390 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1), in _M_push_back_aux_v()
405 _STLP_UNWIND(this->_M_map_size.deallocate(*(this->_M_finish._M_node + 1), in _M_push_back_aux()
421 this->_M_map_size.deallocate(*(this->_M_start._M_node - 1), this->buffer_size()))) in _M_push_front_aux_v()
436 _STLP_UNWIND((++this->_M_start, this->_M_map_size.deallocate(*(this->_M_start._M_node - 1), in _M_push_front_aux()
444 this->_M_map_size.deallocate(this->_M_finish._M_first, this->buffer_size()); in _M_pop_back_aux()
457 this->_M_map_size.deallocate(this->_M_start._M_first, this->buffer_size()); in _M_pop_front_aux()
755 this->_M_map_size.deallocate(*(this->_M_start._M_node - __j), this->buffer_size())) in _M_new_elements_at_front()
769 … this->_M_map_size.deallocate(*(this->_M_finish._M_node + __j), this->buffer_size())) in _M_new_elements_at_back()
796 this->_M_map.deallocate(this->_M_map._M_data, this->_M_map_size._M_data); in _M_reallocate_map()