home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / snip0693.zip / MEMCALLS.PRG < prev    next >
Text File  |  1993-03-13  |  709b  |  29 lines

  1. here's a list of all MEMORY() Parameters I know :
  2.  
  3. MEMORY(0)             -> free Memory left
  4.  
  5. MEMORY(-1)            -> call reorganization of SVOS for Strings and Arrays
  6.                          (Static Virtual Object Stack)
  7.  
  8. MEMORY(0)+MEMORY(103) -> free memory for swapping
  9.  
  10. MEMORY(1)             -> largest String-Object
  11.  
  12. MEMORY(2)             -> free RUN-memory
  13.  
  14. MEMORY(3)             -> size of SVOS
  15.  
  16. MEMORY(4)+MEMORY(105) -> size of available EMS Memory
  17.  
  18. MEMORY(101)           -> fixed Heap-Size
  19.  
  20. MEMORY(102)           -> Segments in fixed Heap
  21.  
  22. MEMORY(104)           -> unused Conventional-Memory
  23.  
  24.  
  25. If you find some more undocumented calls, please let us know..
  26.  
  27. Bye, Tom
  28.  
  29.