Click or drag to resize

FMControlTlsAllocator Class

ThreadLocalStorage (TLS) cached memory allocator.
Inheritance Hierarchy
SystemObject
  FinMathFMControlTlsAllocator

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public class TlsAllocator : IDisposable

The FMControlTlsAllocator type exposes the following members.

Constructors
  NameDescription
Public methodFMControlTlsAllocator
Initializes a new instance of the FMControlTlsAllocator class
Top
Methods
  NameDescription
Public methodAllocate
Allocate uninitialized new array from heap or just return cached in TLS array.
Public methodDispose
This code added to correctly implement the disposable pattern.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also