From 8f232026f0d6e320792ca7b65aa356724cbc945b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 4 Nov 2016 20:34:11 +0100 Subject: soffice.sh: can't hurt to force system allocator for massif Change-Id: Ib999ed36befae52894c04eaa95be76f2a7cfdd3b --- desktop/scripts/soffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/scripts') diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 2532b1e0422e..83e22633befc 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -118,7 +118,7 @@ for arg in $@ $EXTRAOPT ; do echo "use kill -SIGUSR2 pid to dump traces of active allocations" checks="c$checks" case "$VALGRIND" in - helgrind|memcheck) + helgrind|memcheck|massif|exp-dhat) export G_SLICE=always-malloc export GLIBCXX_FORCE_NEW=1 ;; -- cgit