index
:
delta/jemalloc.git
dev
master
rc-4.3.1
rc-4.4.0
rc-4.5.0
rel-4.3.0
revert-1683-fix-prof-realloc
stable-3
stable-4
github.com: jemalloc/jemalloc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
jemalloc
/
internal
/
rtree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize away a branch on the free fastpath.
Qi Wang
2021-10-28
1
-19
/
+24
*
Optimize away the tsd_fast() check on free fastpath.
Qi Wang
2021-10-28
1
-3
/
+0
*
Add rtree_write_range(): writing the same content to multiple leaf elements.
Qi Wang
2021-03-29
1
-20
/
+91
*
Use rtree tracked states to protect edata outside of ecache locks.
Qi Wang
2021-03-29
1
-1
/
+30
*
Store edata->state in rtree leaf and make edata_t 128B aligned.
Qi Wang
2021-03-29
1
-15
/
+31
*
Track extent is_head state in rtree leaf.
Qi Wang
2021-03-29
1
-11
/
+23
*
Rtree: Remove the per-field accessors.
David Goldblatt
2020-04-10
1
-119
/
+64
*
Extent: Remove szind/slab knowledge.
David Goldblatt
2020-04-10
1
-4
/
+0
*
Rtree: Clean up compact/non-compact split.
David Goldblatt
2020-04-10
1
-141
/
+68
*
Rtree: Pull leaf contents into their own struct.
David Goldblatt
2020-04-10
1
-43
/
+75
*
Rtree: take the base allocator as a parameter.
David T. Goldblatt
2020-02-18
1
-15
/
+2
*
Emap: Remove direct access to emap internals.
David Goldblatt
2020-02-17
1
-2
/
+11
*
Rename extent_t to edata_t.
David Goldblatt
2019-12-20
1
-36
/
+36
*
rtree: add rtree_szind_slab_read_fast
Dave Watson
2018-11-12
1
-0
/
+36
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-12
1
-7
/
+7
*
Clean compilation -Wextra
gnzlbg
2018-07-09
1
-10
/
+10
*
Add UNUSED to avoid compiler warnings.
Qi Wang
2018-04-16
1
-12
/
+12
*
Consolidate the two memory loads in rtree_szind_slab_read().
Qi Wang
2018-04-10
1
-0
/
+6
*
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-12
1
-3
/
+5
*
Fix long spinning in rtree_node_init
Dave Watson
2016-11-02
1
-4
/
+2
*
Add rtree lookup path caching.
Jason Evans
2016-06-05
1
-35
/
+148
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-05
1
-1
/
+0
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-05
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-22
1
-35
/
+131
*
Avoid atomic operations for dependent rtree reads.
Jason Evans
2015-05-15
1
-7
/
+24
*
Fix type punning in calls to atomic operation functions.
Jason Evans
2015-05-07
1
-5
/
+9
*
Fix unsigned comparison underflow.
Jason Evans
2015-03-11
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-04
1
-122
/
+222
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-02
1
-18
/
+20
*
Add rtree unit tests.
Jason Evans
2014-01-02
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-03-31
1
-0
/
+161