Kaydet (Commit) 8f232026 authored tarafından Michael Stahl's avatar Michael Stahl

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

Change-Id: Ib999ed36befae52894c04eaa95be76f2a7cfdd3b
üst fc64c335
...@@ -118,7 +118,7 @@ for arg in $@ $EXTRAOPT ; do ...@@ -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
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment