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 32bit time64 syscalls for arm, mips32, ppc32 and x86.
[valgrind.git]
/
memcheck
/
tests
/
filter_allocs
blob
f6fd1235da86a23827275ee2f087661d11aac635
1
#! /bin/sh
2
3
.
/
filter_stderr
"$@"
|
4
sed
-e
"s/in use at exit: [0-9,]* bytes in [0-9,]* blocks/in use at exit: ... bytes in ... blocks/"
\
5
-e
"s/total heap usage: [0-9,]* allocs, [0-9,]* frees, [0-9,]* bytes allocated/total heap usage: ... allocs, ... frees, ... bytes allocated/"
6