HomeSort by: relevance | last modified time | path
    Searched defs:_M_deallocate (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_vector.h 371 _M_deallocate(_M_impl._M_start,
388 _M_deallocate(pointer __p, size_t __n)
522 using _Base::_M_deallocate;
1643 _M_deallocate(__result, __n);
stl_bvector.h 670 { this->_M_deallocate(); }
693 _M_deallocate()
771 using _Base::_M_deallocate;
903 this->_M_deallocate();
915 this->_M_deallocate();
931 this->_M_deallocate();
940 this->_M_deallocate();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_vector.h 369 _M_deallocate(_M_impl._M_start,
386 _M_deallocate(pointer __p, size_t __n)
519 using _Base::_M_deallocate;
1628 _M_deallocate(__result, __n);
stl_bvector.h 625 { this->_M_deallocate(); }
648 _M_deallocate()
726 using _Base::_M_deallocate;
857 this->_M_deallocate();
869 this->_M_deallocate();
885 this->_M_deallocate();
894 this->_M_deallocate();

Completed in 25 milliseconds