File: malloca.valgrind

package info (click to toggle)
cpio 2.9-13lenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,440 kB
  • ctags: 4,093
  • sloc: ansic: 28,096; sh: 5,955; yacc: 1,208; makefile: 228; sed: 16
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (325)
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
}