Contents Native and managed leaks in C++ and .NET How to add a memory analyzer to Visual Studio? How do I see allocated memory in Visual Studio? Conclusion How to analyze memory usage in Visual …
Continue readingCategory: Uncategorized
How to fix memory leaks in C/C++ using WinDbg
Contents Introduction Examples of memory leaks The common one WinAPI’s implicit memory allocations C++ classes inheritance How to fix memory leaks in a native C/C++ application Prerequisites Preparations Debugging Sometimes it just doesn’t work. Alternative …
Continue readingUnmanaged memory leaks in .NET
Unmanaged memory leaks in C# Contents Why do unmanaged memory leaks happen in a .NET application? Symptoms of memory leaks How to fix unmanaged memory leaks in a C# application? How to find memory leaks …
Continue readingC Memory Analysis Tools
Why do you need C memory analysis tools? Developers who write in C know how important it is to manage memory properly. Unlike languages such as C++ that can free memory implicitly or .NET languages …
Continue readingDetected memory leaks! How to fix it?
How to fix detected memory leaks? It’s safe enough to say that every day hundreds of C++ developers get the message “detected memory leaks” in their Visual Studio. That is how you would view it: …
Continue readingDeleaker supports the RAD Studio 10.4 Sydney
We are excited to announce to you that now the Deleaker supports the RAD Studio 10.4 Sydney. You can get Deleaker for Delphi / C++ Builder right now at the download page. RAD Studio remains …
Continue readingMemory leaks detection in a Windows Service written in C++
Introduction This article will demonstrate how to find memory leaks in a windows service written in C++ or plain C. Windows service is a special kind of application, that runs in the background and follows …
Continue readingValgrind for Windows
Valgrind is a developer tool for C++ developers used to find memory issues including C++ memory leak detection. Valgrind uses instrumentation to collect information about allocated and freed memory to gather complete information about memory …
Continue readingHow to check for memory leaks in Visual Studio?
Developers often ask how to detect memory leaks in Visual Studio. The newest versions of Visual Studio include some tool to monitor heap allocations. It’s a quite limited one for C++ developers that gives basic …
Continue readingDeleaker 2019.20: Integration with Qt Creator
Today we are pleased to present our clients the next version of Deleaker. Deleaker 2019.20 is coming with the full support of Qt Creator. New version of Deleaker can work as a Qt Creator plugin …
Continue reading