Hi.

Thank you for your reply.
Verison is 3.6.0,very old one,I will try version 3.10.1 and svn version,and 
also try two options you said.




------------------ ???????? ------------------
??????: "Philippe Waroquiers";<philippe.waroqui...@skynet.be>;
????????: 2015??6??11??(??????) ????3:42
??????: "????"<41202...@qq.com>; 
????: "valgrind-users"<valgrind-users@lists.sourceforge.net>; 
????: Re: [Valgrind-users] helgrind use more than 32G memory.



On Wed, 2015-06-10 at 19:17 +0800, ???? wrote:
> My answer is that helgrind really need more than 6 times or even more
> memory than before ,is that true?
> or helgrind have a bug?
The memory needed by helgrind might depend on what your program does.
Typically, it needs twice the original, but it might be a lot more.

Which version of Valgrind are you using ?
In the SVN version, some memory improvements have been done.

The best is to get the latest SVN version, compile it,
then run with --stats=yes.

That will give some indications where the memory is taken.
More detailed information can also be obtained by using
 --profile-heap=yes

Philippe
------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to