Show / Hide Table of Contents

Class NativeAllocationSiteEntries

Inheritance
Object
NativeAllocationSiteEntries
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 NativeAllocationSiteEntries

Properties

| Improve this Doc View Source

callstackSymbols

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

id

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

memoryLabelIndex

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

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