Show / Hide Table of Contents

    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 Source

    free

    Unallocated FB memory (in bytes)

    Declaration
    public ulong free
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    total

    Total installed FB memory (in bytes)

    Declaration
    public ulong total
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX