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()
130 throw std::bad_alloc(); in default_handler()
136 std::size_t n, AllocatorTraits const & rTraits) in allocate()
137 SAL_THROW((std::bad_alloc)) in allocate()
146 std::new_handler d = default_handler, f = std::set_new_handler (d); in allocate()
148 std::set_new_handler (f); in allocate()
151 throw std::bad_alloc(); in allocate()
159 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate()
166 catch (std::bad_alloc const &) in allocate()
187 void* SAL_CALL operator new (std::size_t n) throw (std::bad_alloc) in operator new()
203 void* SAL_CALL operator new (std::size_t n, std::nothrow_t const &) throw () in operator new()
210 void SAL_CALL operator delete (void * p, std::nothrow_t const &) throw () in operator delete()
219 void* SAL_CALL operator new[] (std::size_t n) throw (std::bad_alloc) in operator new[]()
235 void* SAL_CALL operator new[] (std::size_t n, std::nothrow_t const &) throw () in operator new[]()
242 void SAL_CALL operator delete[] (void * p, std::nothrow_t const &) throw () in operator delete[]()