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
/
include
/
jemalloc
/
internal
/
rtree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: Don't extend bit LG_VADDR to compute high address bits.
David Goldblatt
2017-10-02
1
-0/+12
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0/+474
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-608/+0
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
1
-3/+5
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-03
1
-4/+2
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
1
-35/+148
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
1
-1/+0
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
1
-1/+1
*
Add rtree element witnesses.
Jason Evans
2016-06-03
1
-10/+66
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-38/+37
*
Add element acquire/release capabilities to rtree.
Jason Evans
2016-06-03
1
-80/+155
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-9/+9
*
Simplify RTREE_HEIGHT_MAX definition.
Jason Evans
2016-04-11
1
-29/+4
*
Always inline performance-critical rtree operations.
Jason Evans
2016-03-23
1
-9/+10
*
Optimize rtree_get().
Jason Evans
2016-03-23
1
-35/+131
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-16
1
-7/+24
*
Fix type punning in calls to atomic operation functions.
Jason Evans
2015-05-08
1
-5/+9
*
Fix unsigned comparison underflow.
Jason Evans
2015-03-12
1
-1/+1
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-11/+12
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
1
-122/+222
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
1
-18/+20
*
Add rtree unit tests.
Jason Evans
2014-01-03
1
-4/+10
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+3
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+161