File: malloca.valgrind

package info (click to toggle)
cpio 2.12%2Bdfsg-9
  • links: PTS
  • area: main
  • in suites: buster
  • size: 10,456 kB
  • sloc: ansic: 41,862; sh: 7,781; yacc: 1,254; makefile: 258; sed: 16
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (324)
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
}