2019年9月3日 星期二
Deleaker – Memory Leaks Hunter (Add-On for RAD Studio)
Žarko Gajić| Žarko Gajić-On Delphi Programming |13:46:58
One of the common problems we programmers face (and hopefully we are aware of) are memory leaks, or leaks of any other kind of resources. For example, Windows limit the number of GDI or USER32 objects that a process can allocate at one time. When ...