How to find memory leaks in MinGW32 and MinGW64? In this article, we will show how to fix memory leaks in C++ if you use MinGW on Windows with the help of Deleaker, a memory …
Continue readingCategory: Uncategorized
Debugging memory leaks with FastMM alternative
Developers often ask why they need memory profilers like Deleaker if FastMM catches leaks in Delphi very well. In this article, we will show the limitations of FastMM and cases when a memory debugger can …
Continue readingUser Objects Leaks: How to detect and fix them?
User Objects Leaks detection tool. Leaks of User Objects can be hazardous. It is not easy to find using standard tools. This guide will show how to locate leaked objects and fix leaks. Contents What …
Continue readingHandle leaks
How to fix leaks of handles? Contents What are the handle leaks? Is there a limit to a maximum number of handles? How to check if a process has handle leaks? Bonus: How to enumerate …
Continue readingGDI Leaks: How to identify and fix them?
GDI leaks detection tool Contents What are GDI leaks? How do I know if GDI objects are leaking? How to avoid GDI leaks? How do I monitor GDI objects? How do I fix GDI leaks? …
Continue readingHow to detect memory leak in C/C++?
Detection memory leak in C++ What are memory leaks, and why are they dangerous? It’s no wonder, memory is limited like any other resource. 32-bit processes can allocate up to 2Gb; it is 8 TB …
Continue readingHow to avoid memory leaks in C++?
How to prevent memory leaks in C++? Contents The reasons for memory leaks Smart pointers Virtual destructors Wrapping up The reasons for memory leaks Developers who have just started writing in C++ often ask how …
Continue readingVisual Studio Memory Profiler: How To Find Memory Leaks And Fix Them
Contents: What is a Memory Profiler? Using Memory Profile to Find Memory Leaks Conclusion Memory management is a vital aspect of software engineering that most developers forget or ignore because of its high complexity. The …
Continue readingHow to fix memory leaks in C++?
Contents: How to find out if a program has leaks? Why do C++ programs have memory leaks? How to find out where leaks happen? Conclusion How to find out if a program has leaks? There …
Continue readingDeleaker is ready for Visual Studio 2022!
Since Microsoft announced the first preview of Visual Studio 2022, we have been frequently asked to support the new version of the IDE. Today we are excited to announce the availability of the Deleaker update …
Continue reading