Codebase list texinfo / debian/4.13.92.dfsg.1-1 gnulib / lib / malloca.valgrind
debian/4.13.92.dfsg.1-1

Tree @debian/4.13.92.dfsg.1-1 (Download .tar.gz)

malloca.valgrind @debian/4.13.92.dfsg.1-1raw · history · blame

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
}