memory leak detection
- Detecting Memory Leaks using the CrtDbg Library
- Memory Allocation Tracking for C++ Code
- PROFILER FOR C++, C#, .NET AND DELPHI
- Fixing the CanAdjustLayout Ommision from CDockablePane
The CrtDbg Library provides APIs which can be used to detect memory leaks.
This tip presents a handy memory allocation tracking macro and series of operators for use with the Visual Studio C++ compiler..
Full integration with Visual Studio • Finds any leaks: memory, GDI, handles and others • Profiles unmanaged and .Net code • Supports both 32-bit and 64-bit applications • Rich reports • Export results to XML
Something to help compile samples from the VS2010 feature pack.
No comments:
Post a Comment