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

Object size Memory Leak

Matous_S_
Beginner
350 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
350 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
350 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