File: malloca.valgrind

package info (click to toggle)
prelude-lml 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,556 kB
  • sloc: ansic: 51,873; sh: 13,054; makefile: 177; python: 21
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (322)
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
}