home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 211.lha / MemFlush.Doc < prev    next >
Text File  |  1996-02-14  |  2KB  |  48 lines

  1. MemFlush 1.0
  2.  
  3. Public Domain Software, Courtesy of
  4.     Eric Schwertfeger
  5. and Laser's Edge Software
  6.  
  7. MemFlush is a short Assembly language program who's purpose is to force EXEC
  8. to free up the memory occupied by unused libraries, fonts, and other shared
  9. resources.  Since this memory will get freed as soon as it is needed anyway,
  10. this program is only useful to programmers.  It's purpose is to flush unused
  11. resources so that the programmer can be sure that his or her program is
  12. freeing all resources upon exiting.  It does this merely by Allocating
  13. a very large block of memory (256 Meg), freeing it if it just happens to
  14. get it.
  15.  
  16. MemFlush is invoked from the CLI, with any one of the options.
  17.  
  18.     c   -Flush only Chip RAM
  19.  
  20.     f   -Flush only Fast RAM
  21.  
  22.     ?   -Displays a short help message
  23.  
  24. If the user specifies more than one of these, or if he has any other
  25. non-space characters on the line; nothing happens and he gets the help
  26. message.  If the user doesn't specify anything, MemFlush will flush both
  27. Chip and Fast ram.
  28.  
  29. MemFlush will fit in a single block on a disk, so there isn't much point
  30. in making it any smaller, but any suggestions for improving it will be
  31. accepted. I can be reached on either of these fine BBS's:
  32.  
  33.     Project Six:    (702) 459-8378
  34.  
  35.     RC BBS:         (702) 364-8721
  36.  
  37. or on Compuserve at 72657,1166
  38.  
  39. Failing this, write:
  40.  
  41.     Eric Schwertfeger
  42.     1450 E. Harmon Ave., #127D
  43.     Las Vegas NV 89119
  44.  
  45. MemFlush is Public Domain and freely distributable, all I ask is that
  46. I get credit for my effort.
  47.  
  48.