Move to here from allocsa.valgrind.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 10:59:19 +0000 (10:59 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Jun 2007 10:59:19 +0000 (10:59 +0000)
lib/malloca.valgrind [new file with mode: 0644]

diff --git a/lib/malloca.valgrind b/lib/malloca.valgrind
new file mode 100644 (file)
index 0000000..52f0a50
--- /dev/null
@@ -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
+}