blob: 9ad6d23c4fe1cc394fa1e97c8a52a9dc58336c9d [file] [log] [blame]
njn9060ecd2003-02-26 10:16:02 +00001#! /bin/sh
2
sewardjd5412292003-05-05 16:18:51 +00003./filter_stderr |
mueller535cc6e2004-01-03 14:18:02 +00004sed "s/malloc\/free: in use at exit: [0-9]* bytes in [0-9]* blocks./malloc\/free: in use at exit: ... bytes in ... blocks./" |
5sed "s/malloc.free: [0-9]* allocs, [0-9]* frees, [0-9]* bytes allocated./malloc\/free: ... allocs, ... frees, ... bytes allocated./"
njn9060ecd2003-02-26 10:16:02 +00006