ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Individual types of memory available to store arrays and parts thereof.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Process | 0 | The process' native virtual memory, managed by the OS. | |
Shared | 1 | Shared, virtual (native) memory. | |
Managed | 2 | Memory on the managed heap, subject to garbage collection. | |
Device | 3 | Device memory storage under control of a device specific interface, such as OpenCL. Ex: OpenCL device memory as GPU memory. |
Remarks
[ILNumerics Core Module]
See Also