Home
last modified time | relevance | path

Searched refs:bad_last_alloc (Results 1 – 7 of 7) sorted by relevance

/oneTBB/src/tbb/
H A Dexception.cpp39 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()
/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h31 bad_last_alloc, enumerator
51 class TBB_EXPORT bad_last_alloc : public std::bad_alloc {
H A D_concurrent_queue_base.h346 throw_exception( exception_id::bad_last_alloc); in spin_wait_until_my_turn()
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp159 TestExceptionClassExports( tbb::bad_last_alloc(), tbb::detail::exception_id::bad_last_alloc ); in TestExceptionClassesExports()
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def51 ?what@bad_last_alloc@r1@detail@tbb@@UEBAPEBDXZ
H A Dwin32-tbb.def51 ?what@bad_last_alloc@r1@detail@tbb@@UBEPBDXZ
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h695 using detail::r1::bad_last_alloc;