aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-09 20:16:33 +0000
committerEvan Huus <eapache@gmail.com>2013-03-09 20:16:33 +0000
commitaafe8b18e910aae4b7ae9c3a5c5283c78ca83379 (patch)
treecc687dcf555005c6eb536242cc67d8f53acd519d /tools
parent122b7cb6dfabd71a987216cf2fee907e8281dbd0 (diff)
Remove the wmem slab. It was an optimization mimicking the emem slab
(removed in r48218) which did nothing particularly useful. Also lets us remove another debugging environment variable. svn path=/trunk/; revision=48219
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-common.sh1
-rwxr-xr-xtools/valgrind-wireshark.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index faa0155792..ee56b6e0ee 100755
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -67,7 +67,6 @@ export WIRESHARK_EP_VERIFY_POINTERS=
export WIRESHARK_SE_VERIFY_POINTERS=
# Use the Wmem strict allocator which does canaries and scrubbing etc.
export WIRESHARK_DEBUG_WMEM_OVERRIDE=strict
-export WIRESHARK_DEBUG_WMEM_SLAB=
# Turn on GLib memory debugging (since 2.13)
export G_SLICE=debug-blocks
diff --git a/tools/valgrind-wireshark.sh b/tools/valgrind-wireshark.sh
index 783fd98d89..08fe355de6 100755
--- a/tools/valgrind-wireshark.sh
+++ b/tools/valgrind-wireshark.sh
@@ -80,7 +80,6 @@ fi
export WIRESHARK_DEBUG_EP_NO_CHUNKS=
export WIRESHARK_DEBUG_SE_NO_CHUNKS=
export WIRESHARK_DEBUG_WMEM_OVERRIDE=simple
-export WIRESHARK_DEBUG_WMEM_SLAB=
export G_SLICE=always-malloc # or debug-blocks
libtool --mode=execute valgrind $VERBOSE $LEAK_CHECK $REACHABLE $TRACK_ORIGINS $BIN_DIR/$COMMAND $COMMAND_ARGS $PCAP $COMMAND_ARGS2 > /dev/null