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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Determine rtree levels at compile time.
Jason Evans
2017-02-09
5
-23/+49
*
Remove rtree leading 0 bit optimization.
Jason Evans
2017-02-09
1
-31/+4
*
Make non-essential inline rtree functions static functions.
Jason Evans
2017-02-09
3
-111/+16
*
Split rtree_elm_lookup_hard() out of rtree_elm_lookup().
Jason Evans
2017-02-09
3
-101/+6
*
Replace rtree path cache with LRU cache.
Jason Evans
2017-02-09
4
-124/+108
*
Optimize a branch out of rtree_read() if !dependent.
Jason Evans
2017-02-09
1
-1/+1
*
Disentangle arena and extent locking.
Jason Evans
2017-02-02
11
-111/+213
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-02
3
-15/+22
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-02
4
-6/+36
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
36
-305/+304
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
20
-346/+344
*
Update brace style.
Jason Evans
2017-01-21
26
-758/+582
*
Fix --disable-stats support.
Jason Evans
2017-01-20
2
-19/+29
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
1
-0/+3
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-18
2
-2/+0
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
3
-14/+25
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
20
-200/+0
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
93
-3604/+3449
[next]