home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / snip0693.zip / MEMORY.PRG < prev    next >
Text File  |  1992-09-05  |  414b  |  10 lines

  1. In the source code of a demo program from a Clipper 5.01 developer the
  2. following calls to memory() were noticed:
  3.  
  4.                           Free pool:  MEMORY(0)
  5.            Largest contiguous block:  MEMORY(1)
  6.                        Buffer space:  MEMORY(2)
  7. EMS and Disk space available to VMM:  MEMORY(3)
  8.         Unused EMS available to VMM:  MEMORY(4)
  9.                     Fixed heap size:  MEMORY(101)
  10.