Monday, July 27, 2020

Deleaker: a great tool to find memory leaks

Hi folks,

In the past few weeks I had time to "play" and discover Deleaker: a memory leak detection - memory, GDI, and handles so far.

The creator and maintainer is Artem A. Razin (@deleaker) and this is the official website https://www.deleaker.com/ .

Deleaker Logo

It is very simple to use and understand due to its simplicity and provided tutorials and documentation. 
Deleaker integrates with all major IDEs: Visual Studio, Delphi, C++ Builder, and Qt Creator. 

Hunting and fixing a memory leak could be a difficult task and you cannot approach it without the right tool!

It doesn't matter what type of leaks are occurring, Deleaker will find them all: memory leaks (produced by heap, virtual memory, or OLE allocators etc.), GDI leaks, leaks of Windows USER objects and handles.

I don't want to be repetitive or showing something that is already mentioned from official documentation and online resources, so here a list of useful links to start with Deleaker:

Official Website:
Documentation page:
Video tutorials: 
Here some screenshots:
Deleaker menu in Delphi

Deleaker Window in Delphi


No comments :

Post a Comment