C# Class Kernel.MemorySpace

Exibir arquivo Open project: kthompson/csharpos Class Usage Examples

Public Methods

Method Description
MemorySpace ( bool free, uint startAddress, uint endAddress ) : System
MemorySpace ( bool free, uint startAddress, uint endAddress, MemorySpace prev, MemorySpace next ) : System
MemorySpace ( uint startAddress, uint size ) : System
MemorySpace ( uint startAddress, uint size, bool free ) : System
MemorySpace ( uint startAddress, uint size, bool free, MemorySpace prev, MemorySpace next ) : System

Private Methods

Method Description
SetAdjacentMemorySpaces ( MemorySpace prev, MemorySpace next ) : void

Method Details

MemorySpace() public method

public MemorySpace ( bool free, uint startAddress, uint endAddress ) : System
free bool
startAddress uint
endAddress uint
return System

MemorySpace() public method

public MemorySpace ( bool free, uint startAddress, uint endAddress, MemorySpace prev, MemorySpace next ) : System
free bool
startAddress uint
endAddress uint
prev MemorySpace
next MemorySpace
return System

MemorySpace() public method

public MemorySpace ( uint startAddress, uint size ) : System
startAddress uint
size uint
return System

MemorySpace() public method

public MemorySpace ( uint startAddress, uint size, bool free ) : System
startAddress uint
size uint
free bool
return System

MemorySpace() public method

public MemorySpace ( uint startAddress, uint size, bool free, MemorySpace prev, MemorySpace next ) : System
startAddress uint
size uint
free bool
prev MemorySpace
next MemorySpace
return System