#include <heap.h>
Public Methods | |
void | setParams (Int virtualSize, int realSize) |
void | init () throw (Failure) |
Int | getSize () |
Three important C-machine registers must always satisfy inequalities:
There are only following set methods:
|
Get the size of the heap. |
|
Initializes the heap. May fail |
|
Sets the parameters for the heap.
|