index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jemalloc
/
internal
/
hash.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "falls through" comment explicitly.
Qi Wang
2017-09-25
1
-14/+14
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+318
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-357/+0
*
typecast address to pointer to byte to avoid unaligned memory access error
Rajeev Misra
2016-05-03
1
-2/+2
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-5/+10
*
Handle unaligned keys in hash().
Jason Evans
2016-02-20
1
-1/+17
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-2/+3
*
Use KQU() rather than QU() where applicable.
Jason Evans
2014-05-29
1
-4/+4
*
Use ULL prefix instead of LLU for unsigned long longs
Mike Hommey
2014-05-27
1
-4/+4
*
Adapt hash tests to big-endian systems.
Jason Evans
2014-03-30
1
-1/+1
*
Add missing prototypes.
Jason Evans
2013-12-17
1
-2/+7
*
Add hash (MurmurHash3) tests.
Jason Evans
2013-12-17
1
-1/+0
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
1
-5/+5
*
Update hash from MurmurHash2 to MurmurHash3.
Jason Evans
2013-01-22
1
-35/+296
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-8/+8
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
1
-1/+1
*
Use LLU suffix for all 64-bit constants.
Jason Evans
2011-05-22
1
-1/+1
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+70