Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.783 Beiträge
 
#1

What are memory leaks and what are their consequences?

  Alt 15. Jul 2019, 19:37
A memory leak happens when your application allocates a space in memory and never frees it again. In a Delphi application, memory spaces are allocated and released all the time. This is often done automatically by the compiler or by the RTL – for example, when allocating variables of primitive types, parameters that are passed to functions, etc. – and we usually do not have to worry...

Source
  Mit Zitat antworten Zitat