I am experiencing a problem which I suspect is due to a large number of
mallocs and frees (in certain patterns) that cause the libc allocator to bog
down and hitch.  I am using massif to profile the memory usage of my program
and am trying to use memory pools where possible. I would like to see the
number of allocations at each code location in addition to the total bytes
allocated from that location (I can divide manually but it would be nice if
the tool could do this automatically).  Is this possible?  Am I missing a
flag to do this?

Thanks,
Stephen
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to