Name: Anonymous 2012-10-18 13:16
if it has more features? It's not like the old features go away.
[lol@lol ~]$ valgrind cat
==2190== Memcheck, a memory error detector
==2190== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==2190== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==2190== Command: cat
==2190==
^C==2190==
==2190== HEAP SUMMARY:
==2190== in use at exit: 36,863 bytes in 1 blocks
==2190== total heap usage: 31 allocs, 30 frees, [b]40,544 bytes allocated[/b]
==2190==
==2190== LEAK SUMMARY:
==2190== definitely lost: 0 bytes in 0 blocks
==2190== indirectly lost: 0 bytes in 0 blocks
==2190== possibly lost: 0 bytes in 0 blocks
==2190== still reachable: 36,863 bytes in 1 blocks
==2190== suppressed: 0 bytes in 0 blocks
==2190== Rerun with --leak-check=full to see details of leaked memory
==2190==
==2190== For counts of detected and suppressed errors, rerun with: -v
==2190== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)