Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 27) sorted by relevance

12

/oneTBB/doc/main/tbb_userguide/
H A DPackage_Contents_os.rst7 |full_name| includes dynamic library files and header files for Windows\*, Linux\*
H A DMac_OS.rst12 :header-rows: 1
H A DLinux_OS.rst14 :header-rows: 1
H A DParallelizing_Simple_Loops_os.rst30 :header-rows: 1
H A DWhich_Dynamic_Libraries_to_Use.rst29 :header-rows: 1
H A DWindows_OS_ug.rst14 :header-rows: 1
H A DDebug_Versus_Release_Libraries.rst16 :header-rows: 1
H A DPartitioner_Summary.rst17 :header-rows: 1
H A DWindows_C_Dynamic_Memory_Interface_Replacement.rst34 - Add the following header to a source code of any binary which is
H A DCook_Until_Done_parallel_do.rst37 the C++ standard header ``<functional>``, except that ``operator()``
H A DLambda_Expressions.rst58 :header-rows: 1
H A DParallelizing_Flow_Graph.rst95 ``oneapi::tbb::flow`` and is defined in the ``flow_graph.h`` header file.
H A DNodes.rst34 :header-rows: 1
H A DMutex_Flavors.rst98 :header-rows: 1
H A DWorking_on_the_Assembly_Line_pipeline.rst40 :header-rows: 0
69 represents only the header of a much larger object in memory. */
H A DPredefined_Node_Types.rst19 :header-rows: 1
H A DControlling_Chunking_os.rst71 :header-rows: 1
/oneTBB/doc/
H A Dindex.rst11 * :ref:`Package_Contents` describes dynamic library files and header files for Windows*, Linux*, an…
H A DDoxyfile.in149 # before files name in the file list and in the header files. If set to NO the
170 # the header file containing the class definition is used. Otherwise one should
460 # only classes defined in header files are included. Does not have any effect
1067 # verbatim copy of the header file for each class for which an include is
1145 # standard header.
1150 # default header using
1729 # chapter. If it is left blank doxygen will generate a standard header. See
1731 # default header to a separate file.
1733 # Note: Only use a user-defined header if you know what you are doing! The
1734 # following commands have a special meaning inside the header: $title,
[all …]
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2327 header->memoryBlock = lmb; in getFromLLOCache()
2328 header->backRefIdx = lmb->backRefIdx; in getFromLLOCache()
2329 setBackRef(header->backRefIdx, header); in getFromLLOCache()
2343 LargeObjectHdr *header = (LargeObjectHdr*)object - 1; in putToLLOCache() local
2345 header->backRefIdx = BackRefIdx(); in putToLLOCache()
2352 extMemPool.freeLargeObject(header->memoryBlock); in putToLLOCache()
2501 safer_dereference(&header->backRefIdx) : dereference(&header->backRefIdx); in isLargeObject()
2505 && header->memoryBlock in isLargeObject()
2508 && (uintptr_t)header->memoryBlock < (uintptr_t)header in isLargeObject()
2509 && getBackRef(idx) == header; in isLargeObject()
[all …]
H A Dbackend.cpp1017 LargeObjectHdr *header = (LargeObjectHdr*)object - 1; in remap() local
1018 setBackRef(header->backRefIdx, header); in remap()
1023 lmb->backRefIdx = header->backRefIdx; in remap()
1024 header->memoryBlock = lmb; in remap()
/oneTBB/doc/main/reference/
H A Dscalable_memory_pools.rst16 :header-rows: 1
/oneTBB/
H A DINSTALL.md63 - `devel` - oneTBB development package (header files, CMake integration files, library symbolic lin…
73 The following commands allow you to create a simple portable package that includes header files, li…
/oneTBB/doc/main/intro/
H A Dlimitations.rst30 …` (in libstdc++ 10) macro to zero before inclusion of the first standard header file in each trans…
H A Dnotation.rst14 :header-rows: 1

12