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 :

   CarthaGene version 1.2-LKH, Copyright (c) 1997-2010 (INRA).

   CarthaGene comes with ABSOLUTELY NO WARRANTY.
   CarthaGene is free software. You are welcome to redistribute it,
   under certain conditions. See the License file for information.

Type 'help' for help.

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

CG> heapsizeget
20
CG>

See also :



Thomas Schiex 2018-03-23