Show / Hide Table of Contents

    Struct nvmlBAR1Memory

    BAR1 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 nvmlBAR1Memory

    Fields

    | Improve this Doc View Source

    bar1Free

    Unallocated BAR1 Memory (in bytes)

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

    bar1Total

    Total BAR1 Memory (in bytes)

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

    bar1Used

    Allocated Used Memory (in bytes)

    Declaration
    public ulong bar1Used
    Field Value
    Type Description
    System.UInt64
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX