Distributed Provider.Allocate<T> Method
Allocates a block of distributed memory.
Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A pointer to the newly allocated block.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public IntPtr Allocate<T>(
int size
)
Parameters
- size Int32
- The number of elements of type T to allocate space for.
Type Parameters
- T
- The type of the data.
Return Value
IntPtrA pointer to the newly allocated block.