>From Valgrind 3.8.1 onwards, Valgrind can properly work with
>statically linked malloc libraries thanks to the option
>  --soname-synonyms=somalloc=NONE
>
>This option can also be used to support alternative malloc libraries
>such as tcmalloc. See user manual for details.
>
>I will update Valgrind FAQ with the above information.

Does this need to be combined with any other option to work?

I tried it with 3.8.1 that I built locally and got the same result
(i.e. no profile). The command I used was:

valgrind --tool=massif --soname-synonyms=somalloc=NONE ./MyProg


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to