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

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_bvector.h411 { this->_M_deallocate(); }
422 _M_deallocate() function in struct:_Bvector_base
479 using _Base::_M_deallocate;
522 this->_M_deallocate();
640 this->_M_deallocate();
923 this->_M_deallocate();
967 this->_M_deallocate();
996 this->_M_deallocate();
H A Dstl_vector.h123 { _M_deallocate(this->_M_impl._M_start, this->_M_impl._M_end_of_storage
134 _M_deallocate(_Tp* __p, size_t __n) function in struct:_Vector_base
190 using _Base::_M_deallocate;
775 _M_deallocate(__result, __n);

Completed in 71 milliseconds