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

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_bvector.h420 { this->_M_deallocate(); }
431 _M_deallocate() function in struct:_Bvector_base
488 using _Base::_M_deallocate;
534 this->_M_deallocate();
652 this->_M_deallocate();
935 this->_M_deallocate();
979 this->_M_deallocate();
1008 this->_M_deallocate();
H A Dstl_vector.h131 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
142 _M_deallocate(_Tp* __p, size_t __n) function in struct:_Vector_base
198 using _Base::_M_deallocate;
786 _M_deallocate(__result, __n);

Completed in 143 milliseconds