Searched refs:sizes (Results 1 – 5 of 5) sorted by relevance
9 chooses chunk sizes automatically, depending upon load balancing
158 The rules for partitioners and grain sizes for ``parallel_reduce`` are
43 chunks, possibly of different sizes. Let *chunksize* be the number of
783 const size_t sizes[] = {8, 9*1024, 0}; in TestLazyBootstrap() local785 for (int i=0; sizes[i]; i++) { in TestLazyBootstrap()786 rml::MemoryPool *pool = CreateUsablePool(sizes[i]); in TestLazyBootstrap()
133 const int sizes[] = { MByte/sizeof(int), in operator ()() local138 new (allocs+curr) AllocInfo(sizes[q]); in operator ()()