Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,

I have some problem with my code regarding to memory leak. Whenever I execute the exe, memory of this exe in task manager is increased. Anybody suggest me how to find out this memory leak or any tool for this. Currently I am using Visual Studio 2005 with Win-XP. The code is much more. So i am not showing the code.

Please help me to resolve this.

Thanks
Vaibhav Jaiswal
Posted

What about the documentation: "Finding Memory Leaks Using the CRT Library"[^]?
 
Share this answer
 
Try this solution:
Visual Leak Detector for Visual C++ 2008/2010/2012[^]
Also Microsoft's built-in tools for memory leaks detection could be useful:
Memory Leak Detection Enabling[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900