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
/
rtree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
1
-1/+4
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
1
-1/+2
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
1
-7/+0
*
Add rtree element witnesses.
Jason Evans
2016-06-03
1
-0/+123
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-16/+55
*
Add element acquire/release capabilities to rtree.
Jason Evans
2016-06-03
1
-10/+13
*
Optimize rtree_get().
Jason Evans
2016-03-23
1
-0/+2
*
Fix unsigned comparison underflow.
Jason Evans
2015-03-12
1
-1/+1
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
1
-59/+79
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
1
-2/+4
*
Try to use __builtin_ffsl if ffsl is unavailable.
Richard Diamond
2014-06-02
1
-2/+2
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
1
-16/+25
*
Add rtree unit tests.
Jason Evans
2014-01-03
1
-3/+32
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+21
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+46