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

Warning during analysis, Too many memory leaks

storchy
Beginner
443 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
443 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
443 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
443 Views
 
0 Kudos
Reply