Warning during analysis, Too many memory leaks

Warning during analysis, Too many memory leaks

Bild des Benutzers storchy

I get the warning to many memory leaks in my app. But the memory leaks are to 99 % not in my app. The leaks are in system dlls like crypt32.dll cyrptsp.dll kernel.dll, ...
What can i do, that this dlls not analysed.
I tried to exclude the modules in the Project poperties page, but this did not help.
I add my XE Results file
Thanks for help

4 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers Sergey Kostrov
Quoting storchy ...
But the memory leaks are to 99 % not in my app. The leaks are in system dlls like crypt32.dll cyrptsp.dll kernel.dll,
...

If you're referring to Microsoft's DLLs it ishard to believe that these DLLs have any Memory Leaks. Of
course, Microsoft OSs are not perfect but it is simply impossible that, for example, crypt32.dll has some
Memory Leaks related problem.

Could you provide a log-file? What is your OS?

Bild des Benutzers Peter Wang (Intel)

You can use "include" mode, for example:
inspxe-cl -collect mi1 -module-filter-mode=include -module-filter=foo.exe -- foo.exe

Regards, Peter

Bild des Benutzers

Melden Sie sich an, um einen Kommentar zu hinterlassen.