Tag: memory leak detection

Videos
This Is How To Catch Leaks in Delphi and C++ with Deleaker

Detecting memory leaks is a very important task for any Windows app development. In programming languages like Delphi and C++, the programmer can dynamically allocate additional memory to hold data and variables that are required for the moment but not used throughout the program. When those memory areas are no longer needed, the programmer must remember to deallocate them, otherwise,…

Read more
Videos
The Importance Of Profiling, Optimization And Leak Detection

TCoffee and Code Session is a weekly virtual meeting where developers will discuss everything about the programming industry. This informal coffee conversation will gather some of the leading developers in the industry to address different topics and share their own thoughts and insights about them. In this video, Ian Barker was joined by his fellow Embarcadero MVPs Jim Mckeeth, and…

Read more
en_USEnglish