File: malloca.valgrind

package info (click to toggle)
patch 2.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 5,928 kB
  • sloc: ansic: 35,752; sh: 6,094; yacc: 1,254; makefile: 180; sed: 54
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (323)
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
}