File: malloca.valgrind

package info (click to toggle)
acct 6.6.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,400 kB
  • sloc: ansic: 16,068; sh: 11,427; cpp: 290; makefile: 158
file content (7 lines) | stat: -rwxr-xr-x 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
}