Searched refs:Size (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_compliance.cpp | 188 UINT Size; member 190 MemStruct() : Pointer(nullptr), Size(0) {} in MemStruct() 643 UINT Size; in NULLReturn() local 679 Size=rand()%(MaxSize-MinSize)+MinSize; in NULLReturn() 680 tmp=Tmalloc(Size); in NULLReturn() 683 myMemset(tmp, 0, Size); in NULLReturn() 699 tmp=Tmalloc(Size); in NULLReturn() 720 myMemset(tmp, 0, Size); in NULLReturn() 737 tmp=Tcalloc(COUNT_ELEM_CALLOC,Size); in NULLReturn() 784 myMemset((char*)tmp + PointerList[i].Size, 0, PointerList[i].Size); in NULLReturn() [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_sort.cpp | 152 template<typename ContainerType, std::size_t Size> 156 ContainerType range(Size); in run() 157 ContainerType sorted_range(Size); in run() 159 while (fill_ranges(std::begin(range), std::begin(sorted_range), Size, default_comp)) { in run() 167 ContainerType range(Size); in run() 168 ContainerType sorted_range(Size); in run() 170 while (fill_ranges(std::begin(range), std::begin(sorted_range), Size, comp)) { in run()
|
| /oneTBB/test/common/ |
| H A D | parallel_invoke_common.h | 40 template<std::size_t Size, template <std::size_t> class Functor, class Generator> 41 using generate_tuple = typename generate_tuple_impl<Size, Functor, Generator>::type;
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Bandwidth_and_Cache_Affinity_os.rst | 75 Benefit of Affinity Determined by Relative Size of Data Set and Cache 95 Improvement from Affinity Dependent on Array Size
|
| H A D | Mutex_Flavors.rst | 105 - Size
|