HomeSort by: relevance | last modified time | path
    Searched refs:_M_validate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 559 _M_validate(std::size_t* __addr) throw()
630 // Call _M_validate to decide what should be done with
632 this->_M_validate(reinterpret_cast<std::size_t*>(__addr) - 1);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
bitmap_allocator.h 561 _M_validate(std::size_t* __addr) throw()
632 // Call _M_validate to decide what should be done with
634 this->_M_validate(reinterpret_cast<std::size_t*>(__addr) - 1);

Completed in 24 milliseconds