Viewing source code while finding memory leaks in .NET applications
当找到 .NET 应用程序中的内存泄漏时,查看源代码
Finding memory problems does not need to be restricted to the cases where a crash occurs.
寻找内存问题不需要一定有系统崩溃的情况发生。
Purify is for memory analysis: it is useful in finding memory leaks and incorrect use of memory in the application, which may be resulting in crashes.
Purify用来进行内存分析:它帮助寻找应用程序的内存泄漏和错误的内存使用,这些有可能导致应用程序崩溃。
应用推荐