Searched refs:header (Results 1 – 25 of 27) sorted by relevance
12
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Package_Contents_os.rst | 7 |full_name| includes dynamic library files and header files for Windows\*, Linux\*
|
| H A D | Mac_OS.rst | 12 :header-rows: 1
|
| H A D | Linux_OS.rst | 14 :header-rows: 1
|
| H A D | Parallelizing_Simple_Loops_os.rst | 30 :header-rows: 1
|
| H A D | Which_Dynamic_Libraries_to_Use.rst | 29 :header-rows: 1
|
| H A D | Windows_OS_ug.rst | 14 :header-rows: 1
|
| H A D | Debug_Versus_Release_Libraries.rst | 16 :header-rows: 1
|
| H A D | Partitioner_Summary.rst | 17 :header-rows: 1
|
| H A D | Windows_C_Dynamic_Memory_Interface_Replacement.rst | 34 - Add the following header to a source code of any binary which is
|
| H A D | Cook_Until_Done_parallel_do.rst | 37 the C++ standard header ``<functional>``, except that ``operator()``
|
| H A D | Lambda_Expressions.rst | 58 :header-rows: 1
|
| H A D | Parallelizing_Flow_Graph.rst | 95 ``oneapi::tbb::flow`` and is defined in the ``flow_graph.h`` header file.
|
| H A D | Nodes.rst | 34 :header-rows: 1
|
| H A D | Mutex_Flavors.rst | 98 :header-rows: 1
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 40 :header-rows: 0 69 represents only the header of a much larger object in memory. */
|
| H A D | Predefined_Node_Types.rst | 19 :header-rows: 1
|
| H A D | Controlling_Chunking_os.rst | 71 :header-rows: 1
|
| /oneTBB/doc/ |
| H A D | index.rst | 11 * :ref:`Package_Contents` describes dynamic library files and header files for Windows*, Linux*, an…
|
| H A D | Doxyfile.in | 149 # 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 D | frontend.cpp | 2327 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 D | backend.cpp | 1017 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 D | scalable_memory_pools.rst | 16 :header-rows: 1
|
| /oneTBB/ |
| H A D | INSTALL.md | 63 - `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 D | limitations.rst | 30 …` (in libstdc++ 10) macro to zero before inclusion of the first standard header file in each trans…
|
| H A D | notation.rst | 14 :header-rows: 1
|
12