com.tapina.robe.module
Class RelocatableModuleArea
java.lang.Object
com.tapina.robe.module.RelocatableModuleArea
- public class RelocatableModuleArea
- extends java.lang.Object
This class represents the relocatable module area, an area of memory which is shared by all processes and can
have Modules loaded into it, as well as other memory claimed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMA_BASE
public static final int RMA_BASE
- See Also:
- Constant Field Values
RMA_TOP
public static final int RMA_TOP
- See Also:
- Constant Field Values
RelocatableModuleArea
public RelocatableModuleArea()
iterator
public final java.util.Iterator iterator()
isRmaAddress
public static boolean isRmaAddress(int address)
claimBlock
public DataBlock claimBlock(int length)
freeBlock
public void freeBlock(int address)
Copyright © 2003-2005 . All Rights Reserved.