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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Split rtree_elm_t into rtree_{node,leaf}_elm_t.
Jason Evans
2017-03-23
6
-95/+118
*
Remove binind field from arena_slab_data_t.
Jason Evans
2017-03-23
2
-17/+3
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
7
-88/+92
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
10
-50/+82
*
Move arena_t's purging field into arena_decay_t.
Jason Evans
2017-03-15
1
-7/+5
*
Refactor decay-related function parametrization.
Jason Evans
2017-03-15
1
-7/+7
*
Convert remaining arena_stats_t fields to atomics
David Goldblatt
2017-03-14
2
-10/+10
*
Switch atomic uint64_ts in arena_stats_t to C11 atomics
David Goldblatt
2017-03-14
1
-15/+22
*
Fix pages_purge_forced() to discard pages on non-Linux systems.
Jason Evans
2017-03-14
2
-4/+11
*
Convert rtree code to use C11 atomics
David Goldblatt
2017-03-13
2
-23/+28
*
Convert arena_t's purging field to non-atomic bool.
Jason Evans
2017-03-10
1
-8/+7
*
Fix ATOMIC_{ACQUIRE,RELEASE,ACQ_REL} definitions.
Jason Evans
2017-03-09
1
-3/+3
*
Implement per-CPU arena.
Qi Wang
2017-03-09
7
-20/+162
*
Fix arena_prefork lock rank order for witness.
Qi Wang
2017-03-09
2
-0/+6
*
Convert extents_t's npages field to use C11-style atomics
David Goldblatt
2017-03-09
1
-2/+5
*
Reintroduce JEMALLOC_ATOMIC_U64
David Goldblatt
2017-03-09
1
-2/+10
*
Store associated arena in tcache.
Qi Wang
2017-03-07
2
-1/+2
*
Add any() and remove_any() to ph.
Jason Evans
2017-03-07
1
-4/+54
*
Perform delayed coalescing prior to purging.
Jason Evans
2017-03-07
4
-4/+19
*
Change arena to use the atomic functions for ssize_t instead of the union str...
David Goldblatt
2017-03-07
1
-6/+1
*
Add atomic types for ssize_t
David Goldblatt
2017-03-07
1
-0/+3
*
Make type abbreviations consistent: ssize_t is zd everywhere
David Goldblatt
2017-03-07
2
-6/+6
*
Insert not_reached after an exhaustive switch
David Goldblatt
2017-03-06
1
-2/+4
*
Disentangle assert and util
David Goldblatt
2017-03-06
7
-175/+170
*
Optimize malloc_large_stats_t maintenance.
Jason Evans
2017-03-04
1
-2/+2
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
11
-584/+698
*
Stop #define-ining away 'inline'
David Goldblatt
2017-03-03
1
-1/+0
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-03
2
-5/+0
*
Convert arena_decay_t's time to be atomically synchronized.
Jason Evans
2017-03-03
2
-3/+10
*
Fix {allocated,nmalloc,ndalloc,nrequests}_large stats regression.
Jason Evans
2017-02-27
1
-1/+1
*
Tidy up extent quantization.
Jason Evans
2017-02-27
1
-4/+0
*
Update a comment.
Jason Evans
2017-02-26
1
-4/+4
*
Get rid of witness in malloc_mutex_t when !(configured w/ debug).
Qi Wang
2017-02-24
3
-14/+34
*
Remove remainder of mb (memory barrier).
Jason Evans
2017-02-22
1
-1/+0
*
Move arena_basic_stats_merge() prototype (hygienic cleanup).
Jason Evans
2017-02-21
1
-3/+3
*
Disable coalescing of cached extents.
Jason Evans
2017-02-17
2
-1/+5
*
Fix arena->stats.mapped accounting.
Jason Evans
2017-02-16
2
-0/+3
*
Synchronize arena->decay with arena->decay.mtx.
Jason Evans
2017-02-16
3
-8/+4
*
Derive {allocated,nmalloc,ndalloc,nrequests}_large stats.
Jason Evans
2017-02-16
1
-4/+4
*
Synchronize arena->tcache_ql with arena->tcache_ql_mtx.
Jason Evans
2017-02-16
2
-8/+10
*
Convert arena->stats synchronization to atomics.
Jason Evans
2017-02-16
6
-10/+19
*
Convert arena->prof_accumbytes synchronization to atomics.
Jason Evans
2017-02-16
12
-44/+109
*
Convert arena->dss_prec synchronization to atomics.
Jason Evans
2017-02-16
2
-3/+3
*
Do not generate unused tsd_*_[gs]et() functions.
Jason Evans
2017-02-13
3
-32/+30
*
Fix rtree_subkey() regression.
Jason Evans
2017-02-10
1
-1/+1
*
Enable mutex witnesses even when !isthreaded.
Jason Evans
2017-02-10
1
-9/+5
*
Spin adaptively in rtree_elm_acquire().
Jason Evans
2017-02-09
1
-10/+11
*
Enhance spin_adaptive() to yield after several iterations.
Jason Evans
2017-02-09
1
-6/+11
*
Replace spin_init() with SPIN_INITIALIZER.
Jason Evans
2017-02-09
3
-7/+2
*
Remove rtree support for 0 (NULL) keys.
Jason Evans
2017-02-09
1
-30/+28
[prev]
[next]