docs.unity3d.com
    Show / Hide Table of Contents

    Interface INativeAllocationEntries

    Namespace: Unity.MemoryProfiler.Editor.Format
    Syntax
    public interface INativeAllocationEntries

    Properties

    address

    Declaration
    ArrayEntries<ulong> address { get; }
    Property Value
    Type Description
    ArrayEntries<UInt64>

    allocationSiteId

    Declaration
    ArrayEntries<long> allocationSiteId { get; }
    Property Value
    Type Description
    ArrayEntries<Int64>

    memoryRegionIndex

    Declaration
    ArrayEntries<int> memoryRegionIndex { get; }
    Property Value
    Type Description
    ArrayEntries<Int32>

    overheadSize

    Declaration
    ArrayEntries<int> overheadSize { get; }
    Property Value
    Type Description
    ArrayEntries<Int32>

    paddingSize

    Declaration
    ArrayEntries<int> paddingSize { get; }
    Property Value
    Type Description
    ArrayEntries<Int32>

    rootReferenceId

    Declaration
    ArrayEntries<long> rootReferenceId { get; }
    Property Value
    Type Description
    ArrayEntries<Int64>

    size

    Declaration
    ArrayEntries<ulong> size { get; }
    Property Value
    Type Description
    ArrayEntries<UInt64>

    Methods

    GetNumEntries()

    Declaration
    uint GetNumEntries()
    Returns
    Type Description
    UInt32
    In This Article
    • Properties
      • address
      • allocationSiteId
      • memoryRegionIndex
      • overheadSize
      • paddingSize
      • rootReferenceId
      • size
    • Methods
      • GetNumEntries()
    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