diff options
Diffstat (limited to 'lib/malloca.valgrind')
-rw-r--r-- | lib/malloca.valgrind | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/malloca.valgrind b/lib/malloca.valgrind new file mode 100644 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 +} |