K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-01-05T21:04:37.000000Z K 7 svn:log V 258 Add code to parse the utrace(2) entries generated by malloc(3) in a more human-readable format. Note that we report 'realloc(p, 0)' as 'free(p)' since both cases are encoded the same way and 'free()' is more common than a realloc() to 0. MFC after: 1 week END