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

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

malloca.valgrind @debian/4.13.91.dfsg.1-2raw · 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
}