Searched refs:standard (Results 1 – 19 of 19) sorted by relevance
8 standard ISO C++ code. It does not require special languages or25 |full_name| requires C++11 standard compiler support.
21 …* The LLVM standard library is employed, coupled with the use of the ``-ffreestanding`` flag and C…30 …BACKEND`` (in libstdc++ 10) macro to zero before inclusion of the first standard header file in ea…
52 standard enumerator70 return r1::is_tbbmalloc_used() ? standard : scalable; in allocator_type()
26 # Handle C++ standard version.31 …if (CMAKE_CXX${CMAKE_CXX_STANDARD}_STANDARD_COMPILE_OPTION) # if standard option was detected by …
76 standard memory allocation functions. You can use the ``TBB_malloc_replacement_log``82 program will use standard dynamic memory allocation functions. Note that
62 equivalent to the C standard library memory management routines but has64 redirect the standard routines to these functions.
8 replace all calls to standard functions for dynamic memory allocation
37 the C++ standard header ``<functional>``, except that ``operator()``
117 oneTBB implementation uses the C++ standard function ``std::invoke(&StrideRange::iterate, range)`` …
9 standard library or libraries like Dask or Joblib (used either in multi-threading or multi-processi…13 The module implements Pool class with the standard interface using oneTBB which can be used to repl…
76 …s_available_type = (a_type == Allocator::malloc_type::scalable) || (a_type == Allocator::standard);
1063 …f(oneapi::tbb::tbb_allocator<int>::allocator_type() == oneapi::tbb::tbb_allocator<int>::standard) { in init_tbb_alloc_mask()
65 # Handle C++ standard version.71 …if (CMAKE_CXX${CMAKE_CXX_STANDARD}_STANDARD_COMPILE_OPTION) # if standard option was detected by …73 else() # if standard option wasn't detected by CMake (e.g. for Intel Compiler with CMake 3.1)
18 The standard Bazel approach to handling third-party libraries is static linking. It is the best pra…
181 …A "Standard Interface" means an interface that either is an official standard defined by a recogni…
35 and the program continues to use the standard memory allocation functions.
387 if(tbb::tbb_allocator<int>::allocator_type() == tbb::tbb_allocator<int>::standard) { in init_tbb_alloc_mask()
723 # standard output by doxygen. If QUIET is set to YES this implies that the730 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES778 # messages should be written. If left blank the output is written to standard940 # program writes to standard output. If FILTER_PATTERNS is specified, this tag1145 # standard header.1186 # cascading style sheets that are included after the standard style sheets1189 # standard style sheet and is therefore more robust against future updates.1729 # chapter. If it is left blank doxygen will generate a standard header. See1745 # chapter. If it is left blank doxygen will generate a standard footer. See1755 # LaTeX style sheets that are included after the standard style sheets created[all …]
59 method. With this new approach, you work with functors in a C++-standard way by implementing ``void