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
/
src
/
ckh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update ckh to support metadata allocation tracking.
Jason Evans
2015-02-12
1
-9/+11
*
Implement explicit tcache support.
Jason Evans
2015-02-10
1
-3/+4
*
Style and spelling fixes.
Jason Evans
2014-12-09
1
-2/+2
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-5/+5
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-18/+20
*
Fix inline-related macro issues.
Jason Evans
2013-12-10
1
-6/+6
*
Use config_* instead of JEMALLOC_*.
Jason Evans
2013-01-22
1
-3/+2
*
Update hash from MurmurHash2 to MurmurHash3.
Jason Evans
2013-01-22
1
-63/+18
*
Normalize aligned allocation algorithms.
Jason Evans
2012-04-12
1
-3/+3
*
Rename labels.
Jason Evans
2012-04-10
1
-8/+8
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
1
-4/+4
*
Rename prn to prng.
Jason Evans
2012-03-02
1
-3/+3
*
Remove magic.
Jason Evans
2012-02-13
1
-9/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-9/+8
*
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/+619