aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_hashtable.h
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2017-04-19Upgrade to valgrind 3.12.0.Elliott Hughes
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-05The number of elements in a hash table cannot be negative.florian
2015-05-20Have the hash table 'gen' functions comparing the key instead of thephilippe
2014-10-18Change the definition of VgHashTable to not have pointer type.florian
2014-09-13Document the NULL-ness of the return values of HT_construct and HT_to_array.florian
2014-06-14This patch adds a 'de-duplicating memory pool allocator':philippe
2013-10-18Update copyright dates (20XY-2012 ==> 20XY-2013)sewardj
2013-09-15Fix coregrind header files such that they can be included withoutflorian
2012-10-27More Char/HChar fixes and constification.florian
2012-08-05Update copyright dates to include 2012.sewardj
2012-01-17Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbitphilippe
2011-10-23Update all copyright dates, from 20xy-2010 to 20xy-2011.sewardj
2010-05-03Update copyright dates to 2010.sewardj
2009-08-10Allow custom blocks to overlap with malloc blocks. Fixes bug 100628.njn
2009-05-06Fix bug #191182, where printing the leak checker results was really slow ifnjn
2009-03-10Updated copyright years.njn
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-08-25Changes to m_hashtable:sewardj
2007-01-08Update copyright dates.sewardj
2006-10-17Change authorship.sewardj
2006-06-05Update copyright dates.sewardj
2005-08-14Added an iterator to VgHashTable.njn
2005-08-14Changed many, but not all, of the VgHashNode* parameters and returnnjn
2005-08-11Give variable a better name.njn
2005-07-03Changed m_hashtable.c to allow the size of the hash table to be specifiednjn
2005-05-14Modularised vg_hashtable.c as m_hashtable.njn