| 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
Syntaxpublic IntPtr Allocate(
	int blockSize
)
Parameters
- blockSize
- Type: SystemInt32
 The block size in bytes.
Return Value
Type: 
IntPtrAllocated array. The values in that array do not guarantee to have default values.
 See Also
See Also