Hey folks, is there any possibility to detect maximum heap memory usage of an application? valgrind offers me the number of allocated bytes, but that's uninteresting for me because it's the sum of bytes whose is ever allocated through malloc.
I've tried --tool=massif but I didn't understand to interpret it correctly. Can anybody help me? Greetz, David ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
