Searched refs:bad_last_alloc (Results 1 – 7 of 7) sorted by relevance
39 const char* bad_last_alloc::what() const noexcept(true) { return "bad allocation in previous or con… in what()82 case exception_id::bad_last_alloc: DO_THROW(bad_last_alloc, ()); break; in throw_exception()
31 bad_last_alloc, enumerator51 class TBB_EXPORT bad_last_alloc : public std::bad_alloc {
346 throw_exception( exception_id::bad_last_alloc); in spin_wait_until_my_turn()
159 TestExceptionClassExports( tbb::bad_last_alloc(), tbb::detail::exception_id::bad_last_alloc ); in TestExceptionClassesExports()
51 ?what@bad_last_alloc@r1@detail@tbb@@UEBAPEBDXZ
51 ?what@bad_last_alloc@r1@detail@tbb@@UBEPBDXZ
695 using detail::r1::bad_last_alloc;