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
/
test
/
unit
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change assert_* to expect_* in tests
Yinan Zhang
2020-02-20
1
-1/+1
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+1
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-2/+2
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-8/+8
*
Update brace style.
Jason Evans
2017-01-21
1
-17/+10
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-6/+0
*
Fix stack corruption and uninitialized var warning
Dmitri Smirnov
2016-05-03
1
-6/+7
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-2/+2
*
Handle unaligned keys in hash().
Jason Evans
2016-02-20
1
-3/+16
*
Replace variable arrays in tests with VARIABLE_ARRAY
Mike Hommey
2014-05-27
1
-2/+2
*
Adapt hash tests to big-endian systems.
Jason Evans
2014-03-30
1
-0/+6
*
Clean up code formatting.
Jason Evans
2014-01-02
1
-4/+2
*
Fix a typo in a string constant.
Jason Evans
2013-12-17
1
-1/+1
*
Add hash (MurmurHash3) tests.
Jason Evans
2013-12-17
1
-0/+167