Click or drag to resize

FMControlTlsAllocatorAllocate Method

Allocate uninitialized new array from heap or just return cached in TLS array.

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public IntPtr Allocate(
	int blockSize
)

Parameters

blockSize
Type: SystemInt32
The block size in bytes.

Return Value

Type: IntPtr
Allocated array. The values in that array do not guarantee to have default values.
See Also