repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
memcheck
/
tests
/
filter_malloc_free
blob
3927792ef079e459715c6dbc49f0471866d3eaf6
1
#! /bin/sh
2
3
.
/
filter_stderr
"$@"
|
4
.
/
filter_allocs |
5
sed
-e
'/^malloc/d;/^free/d;/^calloc/d;/^zone/d;/^realloc/d'
6