Home
last modified time | relevance | path

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

/oneTBB/doc/main/tbb_userguide/
H A DWindows_C_Dynamic_Memory_Interface_Replacement.rst11 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 Duse_make_edge.rst19 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 DLinux_C_Dynamic_Memory_Interface_Replacement.rst11 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 Dstd_invoke.rst13 * **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 Duse_nested_algorithms.rst21 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 DMemory_Allocation.rst61 The scalable memory allocator also provides a set of functions
64 redirect the standard routines to these functions.
H A Dautomatically-replacing-malloc.rst8 replace all calls to standard functions for dynamic memory allocation
H A DAllocator_Configuration.rst7 The oneTBB memory allocator provides the following API functions and
H A DMapping_Nodes2Tasks.rst15 functions in oneTBB, the thread that calls ``wait_for_all`` is not spinning
H A DHow_Task_Scheduler_Works.rst10 <https://spec.oneapi.io/versions/latest/elements/oneTBB/source/algorithms/functions/parallel_for_fu…
H A DDependence_Graph.rst38 the same topology as the figure above, but with simple functions
H A Dwork_isolation.rst35 in oneTBB execution of functions constituting a parallel construct is
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst32 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 Dtest_malloc_overload.cpp364 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 Dhelpers_for_expressing_graphs.rst9 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 Dfollows_and_precedes_functions.rst9 The ``follows`` and ``precedes`` helper functions aid in expressing
10 dependencies between nodes when building oneTBB flow graphs. These helper functions can
H A Dmake_node_set_function.rst17 can be passed as arguments to ``make_edges``, ``follows`` and ``precedes`` functions.
H A Dparallel_sort_ranges_extension.rst13 …ttps://spec.oneapi.io/versions/latest/elements/oneTBB/source/algorithms/functions/parallel_sort_fu…
H A Dtype_specified_message_keys.rst16 The extension allows a key matching ``join_node`` to obtain keys via functions associated with
/oneTBB/cmake/
H A Dmemcheck.cmake41 # defining public malloc or operator new related functions.
/oneTBB/
H A DREADME.md8 composable and have a future-proof scalability. oneTBB provides you with functions, interfaces, and…
/oneTBB/python/
H A DREADME.md10 execute tasks calling compute-intensive functions of Numpy/Scipy/Sklearn/PyDAAL which in turn are
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DTask_API.rst57 The code looks more concise now. It also enables lambda functions and does not require you to
/oneTBB/doc/
H A DDoxyfile.in325 # 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