Struct nvmlMemory
Memory allocation information for a device.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public struct nvmlMemory
Fields
| Improve this Doc View Sourcefree
Unallocated FB memory (in bytes)
Declaration
public ulong free
Field Value
Type | Description |
---|---|
System.UInt64 |
total
Total installed FB memory (in bytes)
Declaration
public ulong total
Field Value
Type | Description |
---|---|
System.UInt64 |
used
Allocated FB memory (in bytes). Note that the driver/GPU always sets aside a small amount of memory for bookkeeping
Declaration
public ulong used
Field Value
Type | Description |
---|---|
System.UInt64 |