Class NativeAllocationSiteEntries
Inheritance
NativeAllocationSiteEntries
Assembly: UnityEditor.dll
Syntax
public class NativeAllocationSiteEntries
Properties
|
Improve this Doc
View Source
callstackSymbols
Declaration
public ArrayEntries<ulong[]> callstackSymbols { get; }
Property Value
|
Improve this Doc
View Source
id
Declaration
public ArrayEntries<long> id { get; }
Property Value
|
Improve this Doc
View Source
memoryLabelIndex
Declaration
public ArrayEntries<int> memoryLabelIndex { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods