File: malloca.valgrind

package info (click to toggle)
libidn 1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,276 kB
  • sloc: ansic: 60,336; java: 13,782; sh: 13,762; cs: 1,974; perl: 1,254; makefile: 484; lisp: 231; php: 214; sed: 16; python: 9
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
}