SegmentDescriptor Class

Definition

Line 7 of cmsxk/Segment.cm

Constructors & Destructor

public nothrow SegmentDescriptor()
public nothrow SegmentDescriptor(ulong startAddress_, ulong baseAddress_, ulong length_, ulong maxLength_, ulong increment_)

Member Variables

public ulong baseAddress
public ulong increment
public ulong length
public ulong maxLength
public SegmentDescriptor* next
public ulong startAddress
public byte useCount

Constructor& Destructor Details

SegmentDescriptor Constructor

public nothrow SegmentDescriptor()

Definition
Line 9 of cmsxk/Segment.cm


SegmentDescriptor Constructor

public nothrow SegmentDescriptor(ulong startAddress_, ulong baseAddress_, ulong length_, ulong maxLength_, ulong increment_)

Definition
Line 12 of cmsxk/Segment.cm