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 readingMonth: March 2022
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 reading