Searched defs:bad_alloc (Results 1 – 10 of 10) sorted by relevance
64 class bad_alloc class68 bad_alloc() in bad_alloc() function in boost::container::bad_alloc
12 namespace std { struct bad_alloc {}; } struct
100 extern "C++" { namespace std { class bad_alloc {}; } } class
4 class bad_alloc { }; class
17 class bad_alloc { }; class
41 int const bad_alloc=1; variable
40 bad_alloc::bad_alloc() noexcept in bad_alloc() function in std::bad_alloc
42 bad_alloc::bad_alloc() _NOEXCEPT in bad_alloc() function in std::bad_alloc
418 void* operator new[](std::size_t s) TEST_THROW_SPEC(std::bad_alloc) { in TEST_THROW_SPEC()508 void* operator new[](std::size_t s, std::align_val_t av) TEST_THROW_SPEC(std::bad_alloc) { in TEST_THROW_SPEC()
30 } catch (const std::bad_alloc&) { in catch()