]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Change the definition of VgHashTable to not have pointer type.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 18 Oct 2014 10:58:05 +0000 (10:58 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 18 Oct 2014 10:58:05 +0000 (10:58 +0000)
commitf5e2bdbddcd0e1263f6a6cc160a57e01c9aeca90
treec84b63735983c78a373c8498d4beca3f118a70d5
parent8a96ac9cdae235db01688b919ad2c1f2b1f4a53b
Change the definition of VgHashTable to not have pointer type.
This is (a) consistent with how the other containers are defined
and, more importantly, (b) allows the constification of the hash table API.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14639
coregrind/m_debuginfo/readdwarf3.c
coregrind/m_deduppoolalloc.c
coregrind/m_gdbserver/m_gdbserver.c
coregrind/m_hashtable.c
drd/drd_malloc_wrappers.c
helgrind/hg_main.c
include/pub_tool_hashtable.h
massif/ms_main.c
memcheck/mc_include.h
memcheck/mc_malloc_wrappers.c