Class NativeAllocationSiteEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public class NativeAllocationSiteEntries : object, INativeAllocationSiteEntries
Properties
callstackSymbols
Declaration
public ArrayEntries<ulong[]> callstackSymbols { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<UInt64[]> |
Implements
id
Declaration
public ArrayEntries<long> id { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int64> |
Implements
memoryLabelIndex
Declaration
public ArrayEntries<int> memoryLabelIndex { get; }
Property Value
| Type | Description |
|---|---|
| ArrayEntries<Int32> |
Implements
Methods
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
| Type | Description |
|---|---|
| UInt32 |