aboutsummaryrefslogtreecommitdiff
path: root/src/ckh.c
AgeCommit message (Expand)Author
2016-03-07Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2015-11-10Fast-path improvement: reduce # of branches and unnecessary operations.Qi Wang
2015-07-23Fix MinGW-related portability issues.Jason Evans
2015-02-12Update ckh to support metadata allocation tracking.Jason Evans
2015-02-09Implement explicit tcache support.Jason Evans
2014-12-08Style and spelling fixes.Jason Evans
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-09-23Convert all tsd variables to reside in a single tsd structure.Jason Evans
2013-12-10Fix inline-related macro issues.Jason Evans
2013-01-22Use config_* instead of JEMALLOC_*.Jason Evans
2013-01-22Update hash from MurmurHash2 to MurmurHash3.Jason Evans
2012-04-11Normalize aligned allocation algorithms.Jason Evans
2012-04-10Rename labels.Jason Evans
2012-03-05Use UINT64_C() rather than LLU for 64-bit constants.Jason Evans
2012-03-02Rename prn to prng.Jason Evans
2012-02-13Remove magic.Jason Evans
2012-02-10Reduce cpp conditional logic complexity.Jason Evans
2011-05-22Use LLU suffix for all 64-bit constants.Jason Evans
2011-03-31Move repo contents in jemalloc/ to top level.Jason Evans