#! /bin/sh

./filter_stderr "$@" |
./filter_allocs |
sed -e '/^malloc/d;/^free/d;/^calloc/d;/^zone/d;/^realloc/d'

