pkg-monitoring-plugins/gl/malloca.valgrind

8 lines
175 B
Plaintext
Raw Permalink Normal View History

2013-11-26 22:57:29 +00:00
# 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
}