Home
last modified time | relevance | path

Searched refs:sizes (Results 1 – 5 of 5) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DAutomatic_Chunking.rst9 chooses chunk sizes automatically, depending upon load balancing
H A Dparallel_reduce.rst158 The rules for partitioners and grain sizes for ``parallel_reduce`` are
H A DControlling_Chunking_os.rst43 chunks, possibly of different sizes. Let *chunksize* be the number of
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp783 const size_t sizes[] = {8, 9*1024, 0}; in TestLazyBootstrap() local
785 for (int i=0; sizes[i]; i++) { in TestLazyBootstrap()
786 rml::MemoryPool *pool = CreateUsablePool(sizes[i]); in TestLazyBootstrap()
H A Dtest_malloc_whitebox.cpp133 const int sizes[] = { MByte/sizeof(int), in operator ()() local
138 new (allocs+curr) AllocInfo(sizes[q]); in operator ()()