Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Warning during analysis, Too many memory leaks

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