docs.unity3d.com
    Show / Hide Table of Contents

    Interface INativeMemoryRegionEntries

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

    Properties

    addressBase

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

    addressSize

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

    firstAllocationIndex

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

    memoryRegionName

    Declaration
    ArrayEntries<string> memoryRegionName { get; }
    Property Value
    Type Description
    ArrayEntries<String>

    numAllocations

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

    parentIndex

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

    Methods

    GetNumEntries()

    Declaration
    uint GetNumEntries()
    Returns
    Type Description
    UInt32
    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