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

/haiku-fatelf/headers/cpp/
H A Dstl_vector.h69 void _M_deallocate(_Tp* __p, size_t __n) function in class:_Vector_alloc_base
94 void _M_deallocate(_Tp* __p, size_t __n) function in class:_Vector_alloc_base
115 ~_Vector_base() { _M_deallocate(_M_start, _M_end_of_storage - _M_start); }
136 ~_Vector_base() { _M_deallocate(_M_start, _M_end_of_storage - _M_start); }
146 void _M_deallocate(_Tp* __p, size_t __n)
184 using _Base::_M_deallocate;
274 _M_deallocate(_M_start, _M_end_of_storage - _M_start);
427 __STL_UNWIND(_M_deallocate(__result, __n));
438 __STL_UNWIND(_M_deallocate(__result, __n));
512 _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 37 milliseconds