changeset 8934:d0d456c2c2f7

Move to here from allocsa.valgrind.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Jun 2007 10:59:19 +0000
parents 5da4d8bf827a
children 12c5cf601377
files lib/malloca.valgrind
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/lib/malloca.valgrind
@@ -0,0 +1,7 @@
+# Suppress a valgrind message about use of uninitialized memory in freea().
+# This use is OK because it provides only a speedup.
+{
+    freea
+    Memcheck:Cond
+    fun:freea
+}