summaryrefslogtreecommitdiff
path: root/lib/malloca.valgrind
blob: 52f0a50f57f2db64a2683a605e13e9cc3cd11f6d (plain)
1
2
3
4
5
6
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
}