aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Add "falls through" comment explicitly.Qi Wang2017-09-251-14/+14
* Header refactoring: hash - unify and remove from catchall.David Goldblatt2017-04-251-0/+318
* Break up headers into constituent partsDavid Goldblatt2017-01-121-357/+0
* typecast address to pointer to byte to avoid unaligned memory access errorRajeev Misra2016-05-031-2/+2
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-241-5/+10
* Handle unaligned keys in hash().Jason Evans2016-02-201-1/+17
* Style and spelling fixes.Jason Evans2014-12-081-2/+3
* Use KQU() rather than QU() where applicable.Jason Evans2014-05-281-4/+4
* Use ULL prefix instead of LLU for unsigned long longsMike Hommey2014-05-271-4/+4
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-1/+1
* Add missing prototypes.Jason Evans2013-12-171-2/+7
* Add hash (MurmurHash3) tests.Jason Evans2013-12-161-1/+0
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-121-5/+5
* Update hash from MurmurHash2 to MurmurHash3.Jason Evans2013-01-221-35/+296
* Implement malloc_vsnprintf().Jason Evans2012-03-071-8/+8
* Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans2012-03-051-1/+1
* Use LLU suffix for all 64-bit constants.Jason Evans2011-05-221-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-03-311-0/+70