File: malloca.valgrind

package info (click to toggle)
parted 3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,312 kB
  • ctags: 12,128
  • sloc: ansic: 68,106; sh: 18,156; makefile: 632; perl: 179; python: 45; asm: 36; 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
}