Subsections


heapsizeget

Get the size of the Heap.

Synopsis :

The CarthaGene heapsizeget command is invoked as either one of :

Description :

heapsizeget enables to get the size of the heap.

Arguments :

Returns:

a integer.

Example :

CG> heapsizeget
15
# incresing of 5 the size oh the heap
CG> heapsize [expr [heapsizeget] + 5]

CG> heapsizeget
20
CG>

See also :



Thomas Schiex 2009-10-27