view lib/malloca.valgrind @ 9981:e3d6988a9347

Add tentative support for DragonFly BSD.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Apr 2008 18:58:00 +0200
parents d0d456c2c2f7
children
line wrap: on
line source

# 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
}