|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.abora.gold.java.Heap
| Constructor Summary | |
Heap(int[] size)
Constructor for Heap. |
|
| Method Summary | |
int[] |
allocate(int nWords,
PrimArray pa)
allocate from particular heap in sizeof(Int32) units and register array |
static void |
cleanup()
compacts all array tables after GC |
static int[] |
getStorage(int nWords,
PrimArray pa)
from any heap |
void |
removeDestructedArrays()
compacts array table after GC |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Heap(int[] size)
| Method Detail |
public int[] allocate(int nWords,
PrimArray pa)
public void removeDestructedArrays()
public static void cleanup()
public static int[] getStorage(int nWords,
PrimArray pa)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||