docs.unity3d.com
    Show / Hide Table of Contents

    Class AllocatorMemoryInfo

    Inheritance
    Object
    AllocatorMemoryInfo
    Namespace: Unity.Barracuda
    Syntax
    public class AllocatorMemoryInfo : object

    Properties

    BusyBytes

    Declaration
    public long BusyBytes { get; }
    Property Value
    Type Description
    Int64

    BytesLostToFragmentation

    Declaration
    public long BytesLostToFragmentation { get; }
    Property Value
    Type Description
    Int64

    FreeBytes

    Declaration
    public long FreeBytes { get; }
    Property Value
    Type Description
    Int64

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    TensorDatasMemoryInfo

    Declaration
    public List<TensorDataMemoryInfo> TensorDatasMemoryInfo { get; }
    Property Value
    Type Description
    List<TensorDataMemoryInfo>

    TensorsMemoryInfo

    Declaration
    public List<TensorMemoryInfo> TensorsMemoryInfo { get; }
    Property Value
    Type Description
    List<TensorMemoryInfo>

    TotalBytes

    Declaration
    public long TotalBytes { get; }
    Property Value
    Type Description
    Int64

    UniqueId

    Declaration
    public int UniqueId { get; }
    Property Value
    Type Description
    Int32

    UsedBytes

    Declaration
    public long UsedBytes { get; }
    Property Value
    Type Description
    Int64

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023