| Functions |
| Purify is a commercial product which provides run-time error detection for Sun, HP, and SGI UNIX platforms. Purify provides run-time error and memory leak detection. It checks all application code, including source code, third party, shared and system libraries. It detects errors such as uninitialized local variables, uninitialized malloc'd memory, reading/writing past array bounds, stack overflow errors, and memory leaks.
It operates on C, C++, FORTRAN, and assembly code as well as third party libraries, shared libraries, and system calls. |
| Platforms |
Available on Sun, HP, and SGI UNIX platforms |
| Languages |
C, C++, FORTRAN, and assembly code |
|