4 references to Allocate
System.Linq.Parallel (4)
System\Linq\Parallel\Partitioning\OrderedHashRepartitionStream.cs (2)
29
JaggedArray<ListChunk<Pair<TInputOutput, THashKey>>>.
Allocate
(inputStream.PartitionCount, inputStream.PartitionCount);
31
JaggedArray<ListChunk<TOrderKey>>.
Allocate
(inputStream.PartitionCount, inputStream.PartitionCount);
System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs (1)
34
JaggedArray<ListChunk<Pair<TInputOutput, THashKey>>>.
Allocate
(inputStream.PartitionCount, inputStream.PartitionCount);
System\Linq\Parallel\Utils\Sorting.cs (1)
121
Barrier[][] sharedBarriers = JaggedArray<Barrier>.
Allocate
(phaseCount, degreeOfParallelism);