Lines Matching refs:_M_deallocate
71 void _M_deallocate(_Tp* __p, size_t __n) in _M_deallocate() function
96 void _M_deallocate(_Tp* __p, size_t __n) in _M_deallocate() function
117 ~_Vector_base() { _M_deallocate(_M_start, _M_end_of_storage - _M_start); } in ~_Vector_base()
138 ~_Vector_base() { _M_deallocate(_M_start, _M_end_of_storage - _M_start); }
148 void _M_deallocate(_Tp* __p, size_t __n)
186 using _Base::_M_deallocate;
288 _M_deallocate(_M_start, _M_end_of_storage - _M_start); in reserve()
441 __STL_UNWIND(_M_deallocate(__result, __n)); in _M_allocate_and_copy()
452 __STL_UNWIND(_M_deallocate(__result, __n));
526 _M_deallocate(_M_start, _M_end_of_storage - _M_start);
581 _M_deallocate(_M_start, _M_end_of_storage - _M_start); in _M_assign_aux()
623 _M_deallocate(__new_start,__len))); in _M_insert_aux()
625 _M_deallocate(_M_start, _M_end_of_storage - _M_start); in _M_insert_aux()
654 _M_deallocate(__new_start,__len))); in _M_insert_aux()
656 _M_deallocate(_M_start, _M_end_of_storage - _M_start); in _M_insert_aux()
698 _M_deallocate(__new_start,__len))); in insert()
700 _M_deallocate(_M_start, _M_end_of_storage - _M_start); in insert()
764 _M_deallocate(__new_start,__len))); in _M_range_insert()
766 _M_deallocate(_M_start, _M_end_of_storage - _M_start); in _M_range_insert()
814 _M_deallocate(__new_start,__len))); in insert()
816 _M_deallocate(_M_start, _M_end_of_storage - _M_start); in insert()