Show / Hide Table of Contents

Class NativeAllocationEntries

Inheritance
Object
NativeAllocationEntries
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Profiling.Memory.Experimental
Assembly: UnityEditor.dll
Syntax
public class NativeAllocationEntries

Properties

| Improve this Doc View Source

address

Declaration
public ArrayEntries<ulong> address { get; }
Property Value
Type Description
ArrayEntries<UInt64>
| Improve this Doc View Source

allocationSiteId

Declaration
public ArrayEntries<long> allocationSiteId { get; }
Property Value
Type Description
ArrayEntries<Int64>
| Improve this Doc View Source

memoryRegionIndex

Declaration
public ArrayEntries<int> memoryRegionIndex { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

overheadSize

Declaration
public ArrayEntries<int> overheadSize { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

paddingSize

Declaration
public ArrayEntries<int> paddingSize { get; }
Property Value
Type Description
ArrayEntries<Int32>
| Improve this Doc View Source

rootReferenceId

Declaration
public ArrayEntries<long> rootReferenceId { get; }
Property Value
Type Description
ArrayEntries<Int64>
| Improve this Doc View Source

size

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

Methods

| Improve this Doc View Source

GetNumEntries()

Declaration
public uint GetNumEntries()
Returns
Type Description
UInt32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX