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