VMMLSE(3)                        VERSION 1.0                         VMMLSE(3)

NAME
        VMMLSE - return the amount of memory still available.

USAGE
        memory = vmmlse()
        integer memory, vmmlse

DESCRIPTION
        VMMLSE is  an integer  function of  the VMM  (Virtual Memory  Manager)
package that returns to the  user the amount of  memory (under the control  of
VMM) that is  still available for  loading slices.   The quantity returned  is
actually the size of the largest free  memory block, and not the total  amount
of memory left. It is therefore  possible that there is more memory  available
than the quantity returned by  VMMLSE.   The  available memory is returned  in
machine words.

AUTHORS
        J. Caveen, M. Lepine, M.Roch - RPN

NOTES

        Errors that will cause a premature end of program execution

                -No previous call to VMMALLC
                -Password is set (system is locked)

        Latest revision, November 1993

        See  also  vmmallc(3),  vmmatt(3),  vmmcks(3),  vmmcpk(3),  vmmcre(3),
vmmdbg(3),  vmmdiag(3),  vmmdmp(3),   vmm_example(1),  vmmfgt(3),   vmmget(3),
vmmhpa(39),   vmmhpd(3),   vmmint(3),   vmmintro(1),   vmmlck(3),   vmmlod(3),
vmmpak(3), vmmpwd(3), vmmrls(3),  vmmrnm(3), vmmsav(3), vmmuld(3),  vmmulk(3),
vmmuln(3).