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) function in class:_Vector_alloc_base
96 void _M_deallocate(_Tp* __p, size_t __n) function in class:_Vector_alloc_base
117 ~_Vector_base() { _M_deallocate(_M_start, _M_end_of_storage - _M_start); }
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);
441 __STL_UNWIND(_M_deallocate(__result, __n));
452 __STL_UNWIND(_M_deallocate(__result, __n));
526 _M_deallocate(_M_star
[all...]
H A Dstl_bvector.h263 void _M_deallocate() { function in class:_Bvector_alloc_base
293 void _M_deallocate() { function in class:_Bvector_alloc_base
316 ~_Bvector_base() { _Base::_M_deallocate(); }
330 ~_Bvector_base() { _M_deallocate(); }
337 void _M_deallocate() { function in class:_Bvector_base
407 using _Base::_M_deallocate;
432 _M_deallocate();
486 _M_deallocate();
594 _M_deallocate();
667 _M_deallocate();
[all...]

Completed in 51 milliseconds