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
/
extent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a size class assertion from extent_size_quantize_floor().
Jason Evans
2016-10-03
1
-1/+0
*
Fix size class overflow bugs.
Jason Evans
2016-10-03
1
-3/+7
*
Add various mutex ownership assertions.
Jason Evans
2016-09-23
1
-6/+10
*
Add new_addr validation in extent_recycle().
Jason Evans
2016-09-23
1
-6/+28
*
Protect extents_dirty access with extents_mtx.
Jason Evans
2016-09-22
1
-38/+78
*
Fix extent_recycle() to exclude other arenas' extents.
Jason Evans
2016-09-22
1
-1/+2
*
Propagate tsdn to default extent hooks.
Jason Evans
2016-06-07
1
-25/+78
*
Use extent_commit_wrapper() rather than directly calling commit hook.
Jason Evans
2016-06-06
1
-3/+2
*
Set 'committed' in extent_[de]commit_wrapper().
Jason Evans
2016-06-06
1
-8/+13
*
Fix regressions related extent splitting failures.
Jason Evans
2016-06-06
1
-1/+3
*
Fix an extent [de]allocation/[de]registration race.
Jason Evans
2016-06-06
1
-4/+17
*
Fix extent_alloc_dss() regressions.
Jason Evans
2016-06-06
1
-0/+12
*
Fix gdump triggering regression.
Jason Evans
2016-06-06
1
-13/+11
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-169/+138
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
1
-23/+42
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-0/+929
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
1
-0/+16
*
Rename huge to large.
Jason Evans
2016-06-06
1
-2/+2
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-2/+2
*
Refactor chunk_dalloc_{cache,wrapper}() to take extent arguments.
Jason Evans
2016-06-03
1
-0/+26
*
Replace extent_tree_szad_* with extent_heap_*.
Jason Evans
2016-06-03
1
-27/+74
*
Use rtree rather than [sz]ad trees for chunk split/coalesce operations.
Jason Evans
2016-06-03
1
-12/+0
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-10/+10
*
Allow const keys for lookup
Joshua Kahn
2015-11-09
1
-2/+2
*
Implement cache index randomization for large allocations.
Jason Evans
2015-05-06
1
-8/+17
*
Quantize szad trees by size class.
Jason Evans
2015-03-07
1
-2/+8
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
1
-6/+6
*
Normalize *_link and link_* fields to all be *_link.
Jason Evans
2015-02-16
1
-3/+2
*
Use JEMALLOC_INLINE_C everywhere it's appropriate.
Jason Evans
2014-10-30
1
-2/+2
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-2/+0
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+41