Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dtask_group_context.cpp36 tbb_exception_ptr* eptr = (tbb_exception_ptr*)allocate_memory(sizeof(tbb_exception_ptr)); in allocate() local
37 return eptr ? new (eptr) tbb_exception_ptr(std::current_exception()) : nullptr; in allocate()