Class NativeAllocationEntries
Inheritance
NativeAllocationEntries
Assembly: UnityEditor.dll
Syntax
public class NativeAllocationEntries
Properties
|
Improve this Doc
View Source
address
Declaration
public ArrayEntries<ulong> address { get; }
Property Value
|
Improve this Doc
View Source
allocationSiteId
Declaration
public ArrayEntries<long> allocationSiteId { get; }
Property Value
|
Improve this Doc
View Source
memoryRegionIndex
Declaration
public ArrayEntries<int> memoryRegionIndex { get; }
Property Value
|
Improve this Doc
View Source
overheadSize
Declaration
public ArrayEntries<int> overheadSize { get; }
Property Value
|
Improve this Doc
View Source
paddingSize
Declaration
public ArrayEntries<int> paddingSize { get; }
Property Value
|
Improve this Doc
View Source
rootReferenceId
Declaration
public ArrayEntries<long> rootReferenceId { get; }
Property Value
|
Improve this Doc
View Source
size
Declaration
public ArrayEntries<ulong> size { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetNumEntries()
Declaration
public uint GetNumEntries()
Returns
Extension Methods