Lines Matching refs:std
49 using std::nothrow_t;
67 std::size_t size (std::size_t n) const SAL_THROW(()) in size()
69 n = std::max(n, std::size_t(1)); in size()
142 throw std::bad_alloc(); in default_handler()
148 std::size_t n, AllocatorTraits const & rTraits) in allocate()
149 SAL_THROW((std::bad_alloc)) in allocate()
158 std::new_handler d = default_handler, f = std::set_new_handler (d); in allocate()
160 std::set_new_handler (f); in allocate()
163 throw std::bad_alloc(); in allocate()
171 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate()
178 catch (std::bad_alloc const &) in allocate()
199 void* SAL_CALL operator new (std::size_t n) throw (std::bad_alloc) in operator new()
215 void* SAL_CALL operator new (std::size_t n, std::nothrow_t const &) throw () in operator new()
222 void SAL_CALL operator delete (void * p, std::nothrow_t const &) throw () in operator delete()
231 void* SAL_CALL operator new[] (std::size_t n) throw (std::bad_alloc) in operator new[]()
247 void* SAL_CALL operator new[] (std::size_t n, std::nothrow_t const &) throw () in operator new[]()
254 void SAL_CALL operator delete[] (void * p, std::nothrow_t const &) throw () in operator delete[]()