commit | eb0fa9345010077e1e4852b238dde303b8f271b3 | [log] [tgz] |
---|---|---|
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Fri Nov 30 21:41:40 2007 +0000 |
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | Fri Nov 30 21:41:40 2007 +0000 |
tree | 717fa34254f18dfa244cdd0d89b1f826d4a7245e | |
parent | a8162b21279cf61a262fe6cabd9e437811b1abae [diff] |
New options for Memcheck, --malloc-fill=<hexnumber> and --fill-free=<hexnumber>, which cause malloc'd(etc) and free'd(etc) blocks to be filled with the specified value. This can apparently be useful for shaking out hard-to-track-down memory corruption. The definedness/addressability of said areas is not affected -- only the contents. Documentation to follow. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7259 a5019735-40e9-0310-863c-91ae7b9d1cf9