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
/
extent_externs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add extents information to mallocstats output
Tyler Etzel
2018-08-02
1
-0/+4
*
Over purge by 1 extent always.
Qi Wang
2017-12-18
1
-2/+1
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
1
-3/+5
*
Fix unbounded increase in stash_decayed.
Qi Wang
2017-11-09
1
-1/+2
*
Use ph instead of rb tree for extents_avail_
Dave Watson
2017-10-04
1
-1/+0
*
Take background thread lock when setting extent hooks.
Qi Wang
2017-06-05
1
-1/+2
*
Header refactoring: unify and de-catchall mutex_pool.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-1/+2
*
Protect the rtree/extent interactions with a mutex pool.
David Goldblatt
2017-05-19
1
-0/+1
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
1
-2/+2
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
1
-0/+2
*
Header refactoring: break out ph.h dependencies
David Goldblatt
2017-04-11
1
-0/+2
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
1
-1/+1
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
1
-22/+22
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-5/+6
*
Perform delayed coalescing prior to purging.
Jason Evans
2017-03-07
1
-2/+3
*
Tidy up extent quantization.
Jason Evans
2017-02-27
1
-4/+0
*
Disable coalescing of cached extents.
Jason Evans
2017-02-17
1
-1/+2
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
1
-3/+7
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-0/+60