projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72be031
)
Move to here from allocsa.valgrind.
author
Bruno Haible
<bruno@clisp.org>
Sat, 9 Jun 2007 10:59:19 +0000
(10:59 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 9 Jun 2007 10:59:19 +0000
(10:59 +0000)
lib/malloca.valgrind
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/malloca.valgrind
b/lib/malloca.valgrind
new file mode 100644
(file)
index 0000000..
52f0a50
--- /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
+}