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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement per-CPU arena.
Qi Wang
2017-03-09
5
-29/+150
*
Fix arena_prefork lock rank order for witness.
Qi Wang
2017-03-09
2
-12/+30
*
Convert extents_t's npages field to use C11-style atomics
David Goldblatt
2017-03-09
1
-6/+23
*
Store associated arena in tcache.
Qi Wang
2017-03-07
3
-9/+11
*
Use any-best-fit for cached extent allocation.
Jason Evans
2017-03-07
1
-5/+8
*
Perform delayed coalescing prior to purging.
Jason Evans
2017-03-07
2
-46/+133
*
Change arena to use the atomic functions for ssize_t instead of the union str...
David Goldblatt
2017-03-07
1
-6/+2
*
Disentangle assert and util
David Goldblatt
2017-03-06
1
-11/+31
*
Optimize malloc_large_stats_t maintenance.
Jason Evans
2017-03-04
1
-29/+6
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
1
-2/+0
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-03
2
-38/+34
*
Convert arena_decay_t's time to be atomically synchronized.
Jason Evans
2017-03-03
2
-14/+23
*
Small style fix in ctl.c
Qi Wang
2017-03-01
1
-2/+1
*
Add casts to CONF_HANDLE_T_U().
Jason Evans
2017-03-01
1
-4/+4
*
Fix {allocated,nmalloc,ndalloc,nrequests}_large stats regression.
Jason Evans
2017-02-27
1
-14/+2
*
Tidy up extent quantization.
Jason Evans
2017-02-27
1
-21/+5
*
Remove remainder of mb (memory barrier).
Jason Evans
2017-02-22
1
-2/+0
*
Remove obsolete arena_maybe_purge() call.
Jason Evans
2017-02-21
1
-4/+0
*
Disable coalescing of cached extents.
Jason Evans
2017-02-17
2
-23/+38
*
Optimize extent coalescing.
Jason Evans
2017-02-17
1
-20/+23
*
Fix arena->stats.mapped accounting.
Jason Evans
2017-02-16
2
-26/+58
*
Synchronize arena->decay with arena->decay.mtx.
Jason Evans
2017-02-16
1
-25/+31
*
Derive {allocated,nmalloc,ndalloc,nrequests}_large stats.
Jason Evans
2017-02-16
1
-22/+23
*
Synchronize arena->tcache_ql with arena->tcache_ql_mtx.
Jason Evans
2017-02-16
3
-14/+22
*
Convert arena->stats synchronization to atomics.
Jason Evans
2017-02-16
3
-218/+307
*
Convert arena->prof_accumbytes synchronization to atomics.
Jason Evans
2017-02-16
3
-15/+19
*
Convert arena->dss_prec synchronization to atomics.
Jason Evans
2017-02-16
2
-14/+7
*
Do not generate unused tsd_*_[gs]et() functions.
Jason Evans
2017-02-13
1
-1/+1
*
Fix extent_alloc_dss() regression.
Jason Evans
2017-02-10
1
-19/+29
*
Replace spin_init() with SPIN_INITIALIZER.
Jason Evans
2017-02-09
2
-5/+2
*
Remove rtree support for 0 (NULL) keys.
Jason Evans
2017-02-09
1
-10/+8
*
Determine rtree levels at compile time.
Jason Evans
2017-02-09
2
-111/+28
*
Remove rtree leading 0 bit optimization.
Jason Evans
2017-02-09
1
-53/+12
*
Make non-essential inline rtree functions static functions.
Jason Evans
2017-02-09
1
-8/+69
*
Split rtree_elm_lookup_hard() out of rtree_elm_lookup().
Jason Evans
2017-02-09
1
-0/+105
*
Fix extent_record().
Jason Evans
2017-02-07
1
-18/+33
*
Fix a race in extent_grow_retained().
Jason Evans
2017-02-04
1
-9/+14
*
Optimize compute_size_with_overflow().
Jason Evans
2017-02-04
1
-5/+16
*
Fix compute_size_with_overflow().
Jason Evans
2017-02-04
1
-1/+1
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
6
-531/+551
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-02
3
-14/+79
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-02
1
-8/+9
*
Synchronize extent_grow_next accesses.
Jason Evans
2017-02-02
1
-3/+15
*
Call prof_gctx_create() without owing bt2gctx_mtx.
Jason Evans
2017-02-02
1
-12/+29
*
Conditionalize prof fork handling on config_prof.
Jason Evans
2017-02-02
1
-4/+4
*
Handle race in stats_arena_bins_print
Qi Wang
2017-02-01
1
-2/+11
*
Fix a bug in which a potentially invalid usize replaced size
David Goldblatt
2017-01-25
1
-3/+3
*
Avoid redeclaring glibc's secure_getenv
Tamir Duberstein
2017-01-25
1
-4/+6
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
27
-159/+159
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
20
-579/+574
[next]