Searched defs:bad_alloc (Results 1 – 5 of 5) sorted by relevance
6 void * operator new[] (size_t s) throw (std::bad_alloc) in throw()
40 bad_alloc::bad_alloc() noexcept in bad_alloc() function in std::bad_alloc
12 void * operator new[] (size_t s) throw (std::bad_alloc) in throw()
37 void *operator new[] (std::size_t size) throw (std::bad_alloc) in throw()
10 void* operator new[](size_t s) throw (std::bad_alloc) in throw()