Interface INativeAllocationEntries
Namespace: Unity.MemoryProfiler.Editor.Format
Syntax
public interface INativeAllocationEntries
Properties
address
Declaration
ArrayEntries<ulong> address { get; }
Property Value
Type | Description |
---|---|
ArrayEntries<UInt64> |
allocationSiteId
Declaration
ArrayEntries<long> allocationSiteId { get; }
Property Value
Type | Description |
---|---|
ArrayEntries<Int64> |
memoryRegionIndex
Declaration
ArrayEntries<int> memoryRegionIndex { get; }
Property Value
Type | Description |
---|---|
ArrayEntries<Int32> |
overheadSize
Declaration
ArrayEntries<int> overheadSize { get; }
Property Value
Type | Description |
---|---|
ArrayEntries<Int32> |
paddingSize
Declaration
ArrayEntries<int> paddingSize { get; }
Property Value
Type | Description |
---|---|
ArrayEntries<Int32> |
rootReferenceId
Declaration
ArrayEntries<long> rootReferenceId { get; }
Property Value
Type | Description |
---|---|
ArrayEntries<Int64> |
size
Declaration
ArrayEntries<ulong> size { get; }
Property Value
Type | Description |
---|---|
ArrayEntries<UInt64> |
Methods
GetNumEntries()
Declaration
uint GetNumEntries()
Returns
Type | Description |
---|---|
UInt32 |