Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

Warning during analysis, Too many memory leaks

storchy
Beginner
453 Views
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
0 Kudos
3 Replies
SergeyKostrov
Valued Contributor II
453 Views
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?

0 Kudos
Peter_W_Intel
Employee
453 Views

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

Regards, Peter

0 Kudos
Not applicable
453 Views
 
0 Kudos
Reply