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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Perform delayed coalescing prior to purging.
Jason Evans
2017-03-07
6
-50/+152
*
Fix flakiness in test_decay_ticker.
Jason Evans
2017-03-07
1
-106/+148
*
Change arena to use the atomic functions for ssize_t instead of the union str...
David Goldblatt
2017-03-07
2
-12/+3
*
Add atomic types for ssize_t
David Goldblatt
2017-03-07
2
-0/+11
*
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
12
-242/+266
*
Optimize malloc_large_stats_t maintenance.
Jason Evans
2017-03-04
2
-31/+8
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
15
-680/+955
*
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
5
-44/+138
*
Convert arena_decay_t's time to be atomically synchronized.
Jason Evans
2017-03-03
4
-17/+33
*
Fix typos.
Jason Evans
2017-03-01
1
-2/+2
*
Small style fix in ctl.c
Qi Wang
2017-03-01
1
-2/+1
*
fix typo sytem -> system
charsyam
2017-03-01
1
-1/+1
*
Add casts to CONF_HANDLE_T_U().
Jason Evans
2017-03-01
1
-4/+4
*
Update ChangeLog for 4.5.0.
Jason Evans
2017-02-28
1
-0/+35
*
Dodge 32-bit-clang-specific backtracing failure.
Jason Evans
2017-02-28
1
-0/+4
*
Put -D_REENTRANT in CPPFLAGS rather than CFLAGS.
Jason Evans
2017-02-28
1
-1/+1
*
Fix {allocated,nmalloc,ndalloc,nrequests}_large stats regression.
Jason Evans
2017-02-27
2
-15/+3
*
Tidy up extent quantization.
Jason Evans
2017-02-27
2
-25/+5
*
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
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
35
-80/+119
*
Remove remainder of mb (memory barrier).
Jason Evans
2017-02-22
3
-4/+0
*
Avoid -lgcc for heap profiling if unwind.h is missing.
Jason Evans
2017-02-21
1
-1/+3
*
Remove obsolete arena_maybe_purge() call.
Jason Evans
2017-02-21
1
-4/+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
4
-24/+43
*
Optimize extent coalescing.
Jason Evans
2017-02-17
1
-20/+23
*
Fix arena->stats.mapped accounting.
Jason Evans
2017-02-16
4
-26/+61
*
Synchronize arena->decay with arena->decay.mtx.
Jason Evans
2017-02-16
4
-33/+35
*
Derive {allocated,nmalloc,ndalloc,nrequests}_large stats.
Jason Evans
2017-02-16
2
-26/+27
*
Synchronize arena->tcache_ql with arena->tcache_ql_mtx.
Jason Evans
2017-02-16
5
-22/+32
*
Convert arena->stats synchronization to atomics.
Jason Evans
2017-02-16
9
-228/+326
*
Convert arena->prof_accumbytes synchronization to atomics.
Jason Evans
2017-02-16
15
-59/+128
*
Convert arena->dss_prec synchronization to atomics.
Jason Evans
2017-02-16
4
-17/+10
*
Do not generate unused tsd_*_[gs]et() functions.
Jason Evans
2017-02-13
4
-33/+31
*
Fix extent_alloc_dss() regression.
Jason Evans
2017-02-10
1
-19/+29
*
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
3
-6/+28
*
Replace spin_init() with SPIN_INITIALIZER.
Jason Evans
2017-02-09
5
-12/+4
*
Remove rtree support for 0 (NULL) keys.
Jason Evans
2017-02-09
3
-45/+43
*
Determine rtree levels at compile time.
Jason Evans
2017-02-09
9
-272/+248
*
Remove rtree leading 0 bit optimization.
Jason Evans
2017-02-09
2
-84/+16
*
Make non-essential inline rtree functions static functions.
Jason Evans
2017-02-09
4
-119/+85
*
Split rtree_elm_lookup_hard() out of rtree_elm_lookup().
Jason Evans
2017-02-09
4
-101/+111
*
Replace rtree path cache with LRU cache.
Jason Evans
2017-02-09
4
-124/+108
[next]