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
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-3/+3
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+1
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+3
*
Header refactoring: prng module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-6/+6
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+2
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+2
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
1
-5/+5
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
1
-10/+5
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-1/+1
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-25/+25
*
Update brace style.
Jason Evans
2017-01-21
1
-53/+48
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-5/+0
*
Fix indentation.
Jason Evans
2017-01-13
1
-3/+3
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
1
-4/+4
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-23/+26
*
Rename huge to large.
Jason Evans
2016-06-06
1
-3/+3
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-2/+3
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-5/+7
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-5/+5
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-21/+21
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-3/+3
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-8/+8
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
1
-1/+1
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-3/+3
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-6/+6
*
Refactor prng* from cpp macros into inline functions.
Jason Evans
2016-02-20
1
-2/+2
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-5/+5
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
1
-3/+3
*
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