home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.2 KB | 60 lines |
- .name
- MungWall
- .type
- Programmer Tool
- .short
- Watches for illegal FreeMem's
- .description
- Munges memory and watches for illegal FreeMem's. Especially useful in
- combination with Enforcer. The output can go to either the serial or
- parallel port. Includes a new MungList program that examines used
- memory areas for MungWall tag info, and outputs a list of who owns the
- various pieces of allocated memory, their sizes, etc. Can even
- identify the owner of the memory by task name.
- .version
- 37.64
- .date
- .author
- Commodore Amiga; submitted by Carolyn Scheppner
- .restrictions
- .requirements
- .reference
- AmigaLibDisk800:MungWall/
- 37.58
- AmigaLibDisk707:MungWall/
- 37.54
- AmigaLibDisk699:MungWall/
- 37.52
- AmigaLibDisk659:MungWall/
- 37.51
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- MungWall.doc
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Submitted electronically directly by the author.
- .execute
- set choice `RequestChoice "MungWall" "Please select an option" "View Documentation" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool MungWall.doc TEXT
- endif
- .aminet-dir
- dev/debug
-