Home
last modified time | relevance | path

Searched refs:_M_deallocate (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_vector.h71 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);
[all …]
H A Dstl_bvector.h263 void _M_deallocate() { in _M_deallocate() function
293 void _M_deallocate() { in _M_deallocate() function
316 ~_Bvector_base() { _Base::_M_deallocate(); } in ~_Bvector_base()
330 ~_Bvector_base() { _M_deallocate(); } in ~_Bvector_base()
337 void _M_deallocate() { in _M_deallocate() function
407 using _Base::_M_deallocate;
432 _M_deallocate(); in _M_insert_aux()
486 _M_deallocate(); in _M_insert_range()
594 _M_deallocate();
667 _M_deallocate(); in reserve()
[all …]