docs.unity3d.com
    Show / Hide Table of Contents

    Class NativeAllocationEntries

    Inheritance
    Object
    NativeAllocationEntries
    Namespace: Unity.MemoryProfiler.Editor.Format
    Syntax
    public class NativeAllocationEntries : object, INativeAllocationEntries

    Properties

    address

    Declaration
    public ArrayEntries<ulong> address { get; }
    Property Value
    Type Description
    ArrayEntries<UInt64>
    Implements
    INativeAllocationEntries.address

    allocationSiteId

    Declaration
    public ArrayEntries<long> allocationSiteId { get; }
    Property Value
    Type Description
    ArrayEntries<Int64>
    Implements
    INativeAllocationEntries.allocationSiteId

    memoryRegionIndex

    Declaration
    public ArrayEntries<int> memoryRegionIndex { get; }
    Property Value
    Type Description
    ArrayEntries<Int32>
    Implements
    INativeAllocationEntries.memoryRegionIndex

    overheadSize

    Declaration
    public ArrayEntries<int> overheadSize { get; }
    Property Value
    Type Description
    ArrayEntries<Int32>
    Implements
    INativeAllocationEntries.overheadSize

    paddingSize

    Declaration
    public ArrayEntries<int> paddingSize { get; }
    Property Value
    Type Description
    ArrayEntries<Int32>
    Implements
    INativeAllocationEntries.paddingSize

    rootReferenceId

    Declaration
    public ArrayEntries<long> rootReferenceId { get; }
    Property Value
    Type Description
    ArrayEntries<Int64>
    Implements
    INativeAllocationEntries.rootReferenceId

    size

    Declaration
    public ArrayEntries<ulong> size { get; }
    Property Value
    Type Description
    ArrayEntries<UInt64>
    Implements
    INativeAllocationEntries.size

    Methods

    GetNumEntries()

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