| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_new_handler.cpp | 39 throw std::bad_alloc(); in customNewHandler() 53 } catch (const std::bad_alloc&) { in allocateWithException()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _exception.h | 30 bad_alloc = 1, enumerator 51 class TBB_EXPORT bad_last_alloc : public std::bad_alloc {
|
| H A D | _segment_table.h | 299 throw_exception(exception_id::bad_alloc); in extend_table_if_necessary() 520 throw_exception(exception_id::bad_alloc); in internal_subscript()
|
| /oneTBB/src/tbb/ |
| H A D | allocator.cpp | 187 throw_exception(exception_id::bad_alloc); in cache_aligned_allocate() 194 throw_exception(exception_id::bad_alloc); in cache_aligned_allocate() 253 throw_exception(exception_id::bad_alloc); in allocate_memory()
|
| H A D | exception.cpp | 81 case exception_id::bad_alloc: DO_THROW(std::bad_alloc, ()); break; in throw_exception()
|
| /oneTBB/test/tbb/ |
| H A D | test_allocators.cpp | 56 } catch (std::bad_alloc&) {
|
| H A D | test_concurrent_queue.cpp | 184 }(), const std::bad_alloc); in __anon525151d10202() 192 }(), const std::bad_alloc); in __anon525151d10302()
|
| H A D | test_concurrent_hash_map.cpp | 782 }(), const std::bad_alloc); in __anon3741356d0302() 787 }(), const std::bad_alloc); in __anon3741356d0402() 794 }(), const std::bad_alloc); in __anon3741356d0502() 799 }(), const std::bad_alloc); in __anon3741356d0602() 804 }(), const std::bad_alloc); in __anon3741356d0702() 817 }(), const std::bad_alloc); in __anon3741356d0802()
|
| H A D | test_tbb_header.cpp | 158 TestExceptionClassExports( std::bad_alloc(), tbb::detail::exception_id::bad_alloc ); in TestExceptionClassesExports()
|
| H A D | test_concurrent_vector.cpp | 621 } catch (std::bad_alloc& ) { 644 }(), const std::bad_alloc); in __anon5f703c9f0702() 650 }(), const std::bad_alloc); in __anon5f703c9f0802() 660 }(), const std::bad_alloc); in __anon5f703c9f0902()
|
| H A D | test_concurrent_unordered_map.cpp | 241 }(), const std::bad_alloc); in __anonf1fab3910102()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | scalable_allocator.h | 227 throw_exception(std::bad_alloc()); in allocate() 292 throw_exception(std::bad_alloc()); in do_allocate()
|
| H A D | concurrent_priority_queue.h | 177 throw_exception(exception_id::bad_alloc); in push() 185 throw_exception(exception_id::bad_alloc); in push()
|
| H A D | memory_pool.h | 112 throw_exception(std::bad_alloc());
|
| /oneTBB/doc/main/reference/scalable_memory_pools/ |
| H A D | fixed_pool_cls.rst | 60 Throws the ``bad_alloc`` exception if the library fails to construct an instance of the class.
|
| H A D | memory_pool_cls.rst | 66 Throws the ``bad_alloc`` exception if runtime fails to construct an instance of the class.
|
| /oneTBB/test/common/ |
| H A D | custom_allocators.h | 163 TBB_TEST_THROW(std::bad_alloc()); in allocate() 272 TBB_TEST_THROW(std::bad_alloc{}); in allocate() 409 TBB_TEST_THROW(std::bad_alloc()); in allocate()
|
| H A D | container_move_support.h | 105 struct FooException : std::bad_alloc { 778 …OW_EXCEPTION(container_type dst(std::move(fixture.source), fixture.dst_allocator), std::bad_alloc); in test_ex_move_ctor_unequal_allocator_memory_failure()
|
| H A D | allocator_test_common.h | 205 } catch (std::bad_alloc&) { in TestAllocatorExceptions()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_concurrent_vector.cpp | 447 } catch(std::bad_alloc &e) { in TestExceptions() 566 }(), const std::bad_alloc); in test_ex_assign_operator() 1080 std::bad_alloc in test_ex_move_assignment_memory_failure() 1109 std::bad_alloc in test_ex_move_assignment_element_ctor_exception()
|
| H A D | conformance_concurrent_queue.cpp | 352 class Bar_exception : public std::bad_alloc { 778 class Foo_exception : public std::bad_alloc { 903 } catch ( std::bad_alloc & ) { in TestExceptionBody()
|
| H A D | conformance_concurrent_hash_map.cpp | 36 class MyException : public std::bad_alloc { 516 } catch(std::bad_alloc &e) { in TestExceptions()
|
| H A D | conformance_enumerable_thread_specific.cpp | 122 throw std::bad_alloc(); in Thrower()
|
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | proxy.cpp | 100 throw std::bad_alloc(); in InternalOperatorNew()
|