Purify: A Synopsis
urify is a top-of-the-line commercial package that
helps a C/C++ programmer find errors involving memory allocation,
memory deallocation, and memory references.
Capabilities
- Quick and easy to use on a program.
- Finding errors associated with memory such as:
- memory leaks
- sources of Segmentation Faults
- places where array bounds are exceeded
- places where the program trys to follow Null pointers
- Has a nice GUI to analyse the problems found.
The Details

HelpNet was created by the 1997 incoming graduate class. It is only occasionally updated.