File: malloca.valgrind

package info (click to toggle)
dhcpd-pools 2.29-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 5,248 kB
  • sloc: ansic: 23,667; sh: 5,049; perl: 271; php: 63; makefile: 49
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
}