home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d325 / memguard.lha.pi < prev    next >
Text File  |  1994-03-26  |  904b  |  22 lines

  1. .name
  2. MemGuard
  3. .author
  4. Ralf Thanner 
  5. .version
  6. III
  7. .description
  8. MemGuard is a MemWatch-like program which has been rewritten in assembly
  9. language for maximum speed and efficiency. Unlike MemWatch MemGuard does
  10. not run as Task in a dummy loop but rather as a low-level interrupt routine
  11. which is capable of trapping memory thrashing even before exec might know
  12. of it and even while task switching is forbidden. In fact the low-memory
  13. area is checked each frame. Virtually no processing time is wasted, the
  14. interrupt routine does the check in about half a raster scan line's time.
  15. This program was contributed by Ralf Thanner, who spent three weeks
  16. programming & debugging it.  In this program Ralf uses some very delicate
  17. tricks to let his interrupt routine work with Intuition alerts.  
  18. .described-by
  19. Automatically generated from Contents file by c2pi program.
  20. .short
  21. Trap memory trashing and post alert.
  22.