Does it contain memory access errors?
是否包括内存访问错误?
Some types of memory access errors (like using a NULL pointer) cause a program to crash outright.
有些类型的内存访问错误 (比如使用一个NULL指示器) 将会导致一个程序完全崩溃。
Purify adds value to your existing correctness tests by simultaneously checking for memory access errors.
Purify 可以通过同时检查内存访问错误来对您的现存正确性测试增加价值。
However, you can choose to have your program exit with a special exit status if Purify finds any access errors or memory leaks.
然而,如果Purify发现任何访问错误或者内存泄露,您可以利用一个具体的退出状态来选择使您的程序退出。
However, you can choose to have your program exit with a special exit status if Purify finds any access errors or memory leaks.
然而,如果Purify发现任何访问错误或者内存泄露,您可以利用一个具体的退出状态来选择使您的程序退出。
应用推荐