File: malloca.valgrind

package info (click to toggle)
rrep 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 5,104 kB
  • ctags: 3,220
  • sloc: ansic: 36,257; sh: 5,311; makefile: 23; sed: 16
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (326)
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
}