lejos.realtime
Class MemoryParameters
java.lang.Object
lejos.realtime.MemoryParameters
public class MemoryParameters
- extends Object
- Author:
- Team iRboT
Field Summary |
static long |
NO_MAX
|
NO_MAX
public static final long NO_MAX
- See Also:
- Constant Field Values
MemoryParameters
public MemoryParameters()
getAllocationRate
public long getAllocationRate()
- mis arbitrairement a revoir
getMaxImmortal
public long getMaxImmortal()
getMaxMemoryArea
public long getMaxMemoryArea()
setAllocationRate
public void setAllocationRate(long allocationRate)
setAllocationRateIfFeasible
public boolean setAllocationRateIfFeasible(long allocationRate)
setMaxImmortalIfFeasible
public boolean setMaxImmortalIfFeasible(long maximum)
setMaxMemoryAreaIfFeasible
public boolean setMaxMemoryAreaIfFeasible(long maximum)