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

Object size Memory Leak

Matous_S_
Beginner
750 Views

Hi there,

in Intel Inspector the Object size column gives the amount of bytes for, e.g., a memory leak. If a memory leak occurred let's say 10 times (code locations), to what exactly refes the object size? To the total amount of memory leakage from all occurrences or to each of the 10 occurrences?

Thanks for a quick answer

Cheers

0 Kudos
2 Replies
Matous_S_
Beginner
750 Views

Edit: Is there an easy way to show the total amount of leaking memory of all problems together?

0 Kudos
Peter_W_Intel
Employee
750 Views

I did an experiment - memory leaks occurred in  a loop, if you changed loop count you will see object size of leaks are different. It means object size of leaks in report indicates total bytes of leaks for one location.

I don't see any way to summarize all leaks for all location:-(    

0 Kudos
Reply