File: malloca.valgrind

package info (click to toggle)
datamash 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,772 kB
  • ctags: 3,644
  • sloc: ansic: 27,960; sh: 7,397; perl: 2,332; makefile: 161; sed: 16
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
}