free_cells

free_cells — returns the number of available memory cells.

Syntax

free_cells ()

		

Arguments

none

Returns

The number of free memory cells available on the memory heap.

Example

Gamma> free_cells();
1620
Gamma> 
		

See Also

allocated_cells