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/ .

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:
Installation:
Using Deleaker in Delphi:
Video tutorials:
- Deleaker integration with RAD Studio. Find Leaks in Delphi and C++ Builder: https://www.youtube.com/watch?v=suyJfoSeRrQ
- Using Deleaker in Rad Studio 10.4 Sydney: https://www.youtube.com/watch?v=-ZLhJAv8Ldc
- Deleaker session at CodeRage: https://www.youtube.com/watch?v=rnq44Td9opQ
Here some screenshots:


No comments :
Post a Comment