Searched refs:nothrow_t (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | proxy.cpp | 325 void* operator new(size_t sz, const std::nothrow_t&) noexcept { in operator new() argument 328 void* operator new[](std::size_t sz, const std::nothrow_t&) noexcept { in operator new[]() argument 331 void operator delete(void* ptr, const std::nothrow_t&) noexcept { in operator delete() argument 335 void operator delete[](void* ptr, const std::nothrow_t&) noexcept { in operator delete[]() argument 547 void* operator_new_t(size_t sz, const std::nothrow_t&) noexcept { in operator_new_t() argument 550 void* operator_new_arr_t(std::size_t sz, const std::nothrow_t&) noexcept { in operator_new_arr_t() argument 553 void operator_delete_t(void* ptr, const std::nothrow_t&) noexcept { in operator_delete_t() argument 556 void operator_delete_arr_t(void* ptr, const std::nothrow_t&) noexcept { in operator_delete_arr_t() argument
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | global_control.h | 158 friend bool finalize(task_scheduler_handle&, const std::nothrow_t&) noexcept; 178 inline bool finalize(task_scheduler_handle& handle, const std::nothrow_t&) noexcept { in finalize() argument
|
| /oneTBB/test/tbb/ |
| H A D | test_global_control.cpp | 260 tbb::finalize(h, std::nothrow_t{}); in __anon8f1bc23b0502()
|
| H A D | test_task.cpp | 840 tbb::finalize(handle, std::nothrow_t{});
|