Darwin regtest: add filtering for zone functions and realloc
[valgrind.git] / memcheck / tests / filter_malloc_free
blob3927792ef079e459715c6dbc49f0471866d3eaf6
1 #! /bin/sh
3 ./filter_stderr "$@" |
4 ./filter_allocs |
5 sed -e '/^malloc/d;/^free/d;/^calloc/d;/^zone/d;/^realloc/d'