| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Windows_C_Dynamic_Memory_Interface_Replacement.rst | 11 The following dynamic memory functions are replaced: 14 - Standard C library functions: ``malloc``, ``calloc``, ``realloc``, 21 - Microsoft\* C run-time library functions: ``_msize``, 27 Replacement of memory allocation functions is not supported for 74 subset of dynamic memory functions in these libraries. If a problem 76 standard memory allocation functions. You can use the ``TBB_malloc_replacement_log`` 82 program will use standard dynamic memory allocation functions. Note that
|
| H A D | use_make_edge.rst | 19 As a convention, to communicate the topology, use only functions 21 functions, such as sender<T>::register_successor, to create these edges, 22 but those functions should not be called directly. The runtime library 23 calls these node functions directly to implement optimizations on the
|
| H A D | Linux_C_Dynamic_Memory_Interface_Replacement.rst | 11 The following dynamic memory functions are replaced: 14 - Standard C library functions: ``malloc``, ``calloc``, ``realloc``, 21 - Obsolete functions: ``valloc``, ``memalign``, ``pvalloc``, 28 - GNU C library (glibc) specific functions: ``malloc_usable_size``,
|
| H A D | std_invoke.rst | 13 * **Pointers to member functions** that you can use as the body of the algorithm or the Flow Graph … 207 …oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/functions/parallel_for_fun… 208 …oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/functions/parallel_reduce_… 209 …oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/functions/parallel_determi… 210 …oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/functions/parallel_for_eac… 211 …oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/functions/parallel_scan_fu… 212 …oneapi-src.github.io/oneAPI-spec/spec/elements/oneTBB/source/algorithms/functions/parallel_pipelin…
|
| H A D | use_nested_algorithms.rst | 21 expressions for ``n1`` and ``n2``, a ``parallel_for`` is used to apply the functions 22 to the elements of the matrix in parallel. The functions
|
| H A D | Memory_Allocation.rst | 61 The scalable memory allocator also provides a set of functions 64 redirect the standard routines to these functions.
|
| H A D | automatically-replacing-malloc.rst | 8 replace all calls to standard functions for dynamic memory allocation
|
| H A D | Allocator_Configuration.rst | 7 The oneTBB memory allocator provides the following API functions and
|
| H A D | Mapping_Nodes2Tasks.rst | 15 functions in oneTBB, the thread that calls ``wait_for_all`` is not spinning
|
| H A D | How_Task_Scheduler_Works.rst | 10 <https://spec.oneapi.io/versions/latest/elements/oneTBB/source/algorithms/functions/parallel_for_fu…
|
| H A D | Dependence_Graph.rst | 38 the same topology as the figure above, but with simple functions
|
| H A D | work_isolation.rst | 35 in oneTBB execution of functions constituting a parallel construct is
|
| /oneTBB/doc/main/reference/scalable_memory_pools/ |
| H A D | malloc_replacement_log.rst | 32 Dynamic replacement of memory allocation functions on Windows* OS uses in-memory binary instrumenta… 33 …instrumentation is safe, oneTBB first searches for a subset of replaced functions in the Visual C+… 35 and the program continues to use the standard memory allocation functions. 41 * 0, if all necessary functions are successfully found and the replacement takes place. 45 NULL-terminated strings containing detailed information about the searched functions in the followi… 52 For more information about the replacement of dynamic memory allocation functions, see :ref:`Window…
|
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_overload.cpp | 364 std::set<std::string> functions; in FuncReplacementInfoCheck() local 365 functions.insert("free"); in FuncReplacementInfoCheck() 366 functions.insert("_msize"); in FuncReplacementInfoCheck() 367 functions.insert("_aligned_free"); in FuncReplacementInfoCheck() 368 functions.insert("_aligned_msize"); in FuncReplacementInfoCheck() 380 functions.erase(function_name); in FuncReplacementInfoCheck() 383 …REQUIRE_MESSAGE(functions.empty(), "Changed opcodes log must contain all required functions with \… in FuncReplacementInfoCheck()
|
| /oneTBB/doc/main/reference/ |
| H A D | helpers_for_expressing_graphs.rst | 9 Helper functions are intended to make creation of the flow graphs less verbose. 19 ``follows`` and ``precedes`` functions to ``oneapi::tbb::flow`` namespace. 20 These functions simplify the process of building flow graphs by allowing to gather nodes
|
| H A D | follows_and_precedes_functions.rst | 9 The ``follows`` and ``precedes`` helper functions aid in expressing 10 dependencies between nodes when building oneTBB flow graphs. These helper functions can
|
| H A D | make_node_set_function.rst | 17 can be passed as arguments to ``make_edges``, ``follows`` and ``precedes`` functions.
|
| H A D | parallel_sort_ranges_extension.rst | 13 …ttps://spec.oneapi.io/versions/latest/elements/oneTBB/source/algorithms/functions/parallel_sort_fu…
|
| H A D | type_specified_message_keys.rst | 16 The extension allows a key matching ``join_node`` to obtain keys via functions associated with
|
| /oneTBB/cmake/ |
| H A D | memcheck.cmake | 41 # defining public malloc or operator new related functions.
|
| /oneTBB/ |
| H A D | README.md | 8 composable and have a future-proof scalability. oneTBB provides you with functions, interfaces, and…
|
| /oneTBB/python/ |
| H A D | README.md | 10 execute tasks calling compute-intensive functions of Numpy/Scipy/Sklearn/PyDAAL which in turn are
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_API.rst | 57 The code looks more concise now. It also enables lambda functions and does not require you to
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 325 # tag to YES in order to let doxygen match functions declarations and 373 # (for instance a group of public functions) to be put as a subgroup of that 753 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that 896 # (namespaces, classes, functions, etc.) that should be excluded from the 1001 # Setting the INLINE_SOURCES tag to YES will include the body of functions, 1015 # function all documented functions referencing it will be listed. 1027 # to YES then the hyperlinks from functions in REFERENCES_RELATION and 2330 # functions only using the \callgraph command. Disabling a call graph can be 2342 # functions only using the \callergraph command. Disabling a caller graph can be
|