Inheritance
NativeAllocationEntries
public class NativeAllocationEntries : object, INativeAllocationEntries
Properties
Declaration
public ArrayEntries<ulong> address { get; }
Property Value
Implements
Declaration
public ArrayEntries<long> allocationSiteId { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> memoryRegionIndex { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> overheadSize { get; }
Property Value
Implements
Declaration
public ArrayEntries<int> paddingSize { get; }
Property Value
Implements
Declaration
public ArrayEntries<long> rootReferenceId { get; }
Property Value
Implements
Declaration
public ArrayEntries<ulong> size { get; }
Property Value
Implements
Methods
Declaration
public uint GetNumEntries()
Returns
Implements