Searched defs:bad_alloc (Results 1 – 6 of 6) sorted by relevance
46 bad_alloc::bad_alloc() throw() {} in bad_alloc() function in std::bad_alloc48 bad_alloc::bad_alloc(const bad_alloc&) throw() {} in bad_alloc() argument49 bad_alloc& bad_alloc::operator=(const bad_alloc&) throw() in operator =()
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()