Some info
Hi Purify is peace of software that help you find bugs and leaks in your code. It detects things like data overruns, memory access range checks and all other things that can cause you software to crush. It works pretty well, Purify achieves this by instrumenting your code, meaning that the software actually puts code inside you code for testing purposes, this have some performance impacts for real time systems. There are also other products around, another excellent product is bounds checker. If your system should be Bug free and long term running then that might be good investment. Have fun, Edo.