mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
- Added some useful hash table functions (vanilla lookup() and remove()). [Actually, I accidentally added them with my previous commit] Replaced various simple uses of VG_(HT_get_node) with these new functions. - Passing record_freemismatch_error() the MAC_Chunk of the freed heap block. So now we don't need to call describe_addr() to re-find that block, which means that we can remove the MAC_Chunk from the malloc_list earlier, rather than having to do a lookup and then later remove it with the stupid removal handle returned by VG_(HT_get_node)(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4379