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

Intel Inspector Support for VC++ 2017 application to detect run time Memory leaks

Rajesh17
Beginner
811 Views

Hi,

We have an VC++ 2017 64-bit application and its an migrated
project from VS 2010. So, we need to find the memory leaks during run time.
We wanted to know whether Intel inspector tool helps in detecting memory leaks during run time?

Your help is much appreciated.

Thanks

0 Kudos
4 Replies
AthiraM_Intel
Moderator
790 Views

Hi,


Thanks for reaching out to us.


You could use intel inspector to find the memory leaks.


Please refer the below documentations for more details:


https://software.intel.com/content/www/us/en/develop/documentation/inspector-user-guide-linux/top/collecting-results/examining-result-data-during-analysis/finding-memory-leaks-on-demand.html


https://software.intel.com/content/www/us/en/develop/documentation/get-started-with-inspector/top.html


If you have any further issue , please let us know.


Thanks


0 Kudos
Michael_T
Employee
785 Views

Hi Rajesh17,

Yes, Intel Inspector should be able to locate leaks in VC++ 2017 runtime. Make sure you build application with debug symbols enabled and they are accessible during analysis. Intel Inspector will use it to set appropriate hooks on memory allocators.

0 Kudos
AthiraM_Intel
Moderator
755 Views

Hi,


We haven't heard back from you. Could you please give us an update?


Thanks.


0 Kudos
AthiraM_Intel
Moderator
723 Views

Hi,


We have not heard back from you, so we will close this inquiry now. If you need further assistance, please post a new question.



Thanks


0 Kudos
Reply