soffice.sh: can't hurt to force system allocator for massif

Change-Id: Ib999ed36befae52894c04eaa95be76f2a7cfdd3b
This commit is contained in:
Michael Stahl
2016-11-04 20:34:11 +01:00
parent fc64c335be
commit 8f232026f0

View File

@@ -118,7 +118,7 @@ for arg in $@ $EXTRAOPT ; do
echo "use kill -SIGUSR2 pid to dump traces of active allocations" echo "use kill -SIGUSR2 pid to dump traces of active allocations"
checks="c$checks" checks="c$checks"
case "$VALGRIND" in case "$VALGRIND" in
helgrind|memcheck) helgrind|memcheck|massif|exp-dhat)
export G_SLICE=always-malloc export G_SLICE=always-malloc
export GLIBCXX_FORCE_NEW=1 export GLIBCXX_FORCE_NEW=1
;; ;;