This is a discussion on Runtime memory leak detection in C within the C and C++ Programming forums, part of the Software Development category; Runtime memory leak detection in C Hi, Is there any tool availalble in VS 2008 team system that will allow ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Runtime memory leak detection in C Hi, Is there any tool availalble in VS 2008 team system that will allow runtime memory leak detection in unmanged code? Something that other third pary tools like Rational PurifyPlus do. my code is for smart device (WinCE) and not use C++ or MFC it only in C. (Compiler is TC ) thanks, |
|
#2
| |||
| |||
| hi all, after searching i got the solution Detecting Memory Leaks in C CodeGuru: Detecting Memory Leaks in C thanks to Author of this article. |
|
#3
| |||
| |||
| HI, Our Code Analysis for C/C++ feature has several warnings that may help you detect the defects you are searching for. Code Analysis can be invoked from the command line by passing the /analyze switch to cl.exe, or in Visual Studio Team System by right clicking on your project and choosing Project Only -> Run Code Analysis. More general information about Code Analysis is available here: Code Analysis for C/C++ Overview. A list of available warnings can be found here: Code Analysis for C/C++ Warnings.
__________________ A.Rajesh Khanna |
|
#4
| |||
| |||
| HI, Insure++ is a runtime memory analysis and error detection tool for C and C++ that automatically identifies a variety of difficult-to-track programming and memory-access errors, along with potential defects and inefficiencies in memory usage. Errors such as memory corruption, memory leaks, access outside of array bounds, invalid pointers, and the like often go undetected during normal testing, only to result in application crashes in the field. Insure++ will help you find and eliminate such defects in your applications to ensure the integrity of their memory usage. During testing, Insure++ checks all types of memory references, including those to static (global), stack, and shared memory — both in user’s code and in third party libraries. Errors that Insure++ detects include:
__________________ Shaalini.S ![]() Be the Best of Whatever you are... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fraud Detection | prasannavigneshr | Quality Engineering and Methodologies | 40 | 06-08-2009 05:18 AM |
| collision detection in two sprite | amansundar | Game Development | 1 | 08-31-2007 05:12 AM |
| Diagnosing a memory leak in a Java web application | navjeet | Java Programming | 1 | 07-27-2007 04:06 AM |
| Mobile Camera Motion Detection? | itbarota | Mobile Software Development | 0 | 07-23-2007 05:52 AM |
| Google Toolbar Detection | killerkev06 | 0 | 03-18-2007 06:33 PM | |
Our Partners |