|
|||||||||
Home >> All >> [ Allocator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
Allocator
Class MemUnit

java.lang.ObjectAllocator.MemUnit
- public class MemUnit
- extends java.lang.Object
MemUnit
- Version:
- $Id: MemUnit.java,v 1.4 2003/05/12 10:04:52 joewhaley Exp $
Field Summary | |
private int |
byteLength
|
private Memory.Address |
head
|
Constructor Summary | |
MemUnit(Memory.Address head,
Memory.Address end)
|
|
MemUnit(Memory.Address head,
int byteLength)
|
Method Summary | |
int |
getByteLength()
|
Memory.Address |
getHead()
|
void |
setByteLength(int byteLength)
|
void |
setHead(Memory.Address head)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
head
private Memory.Address head
byteLength
private int byteLength
Constructor Detail |
MemUnit
public MemUnit(Memory.Address head, int byteLength)
MemUnit
public MemUnit(Memory.Address head, Memory.Address end)
Method Detail |
getHead
public Memory.Address getHead()
setHead
public void setHead(Memory.Address head)
getByteLength
public int getByteLength()
setByteLength
public void setByteLength(int byteLength)
|
|||||||||
Home >> All >> [ Allocator overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |