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
...
*
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
*
Optimize a branch out of rtree_read() if !dependent.
Jason Evans
2017-02-09
1
-1/+1
*
Conditianalize lg_tcache_max use on JEMALLOC_TCACHE.
Jason Evans
2017-02-07
1
-1/+5
*
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
19
-645/+767
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-02
6
-29/+101
*
Add witness_assert_depth[_to_rank]().
Jason Evans
2017-02-02
6
-26/+84
*
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
*
Silence harmless warnings discovered via run_tests.sh.
Jason Evans
2017-02-01
1
-2/+5
*
CI: Run --enable-debug builds on windows
David Goldblatt
2017-02-01
1
-1/+15
*
Introduce scripts to run all possible tests
David Goldblatt
2017-01-31
2
-0/+45
*
Beef up travis CI integration testing
David Goldblatt
2017-01-27
2
-11/+159
*
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
110
-713/+712
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
104
-1168/+1161
*
Update brace style.
Jason Evans
2017-01-21
119
-3572/+2971
*
Unify the allocation paths
David Goldblatt
2017-01-20
1
-392/+505
*
Fix --disable-stats support.
Jason Evans
2017-01-20
5
-195/+249
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-01-19
3
-28/+1044
*
Remove -Werror=declaration-after-statement.
Jason Evans
2017-01-19
1
-1/+0
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
4
-0/+40
*
Add dummy implementations for most remaining OSX zone allocator functions
Mike Hommey
2017-01-18
1
-10/+108
*
Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitions
Mike Hommey
2017-01-18
4
-69/+86
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
6
-54/+206
*
Formatting/comment fixes.
Jason Evans
2017-01-17
2
-3/+2
*
Add nullptr support to sized delete operators.
Jason Evans
2017-01-17
2
-0/+16
*
Fix style nits.
Jason Evans
2017-01-17
1
-19/+18
*
Remove redundent stats-merging logic when destroying tcache.
Qi Wang
2017-01-17
1
-11/+4
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
103
-611/+0
*
Fix indentation.
Jason Evans
2017-01-13
2
-4/+4
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
94
-3614/+3455
*
Remove mb.h, which is unused
David Goldblatt
2017-01-11
2
-119/+0
*
Use better pre-processor defines for sparc64
John Paul Adrian Glaubitz
2017-01-11
1
-1/+1
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
16
-140/+620
*
Refactor test extent hook code to be reusable.
Jason Evans
2017-01-07
3
-348/+366
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
4
-64/+78
*
Range-check mib[1] --> arena_ind casts.
Jason Evans
2017-01-07
2
-8/+23
*
Move static ctl_epoch variable into ctl_stats_t (as epoch).
Jason Evans
2017-01-07
2
-4/+4
*
Refactor ctl_stats_t.
Jason Evans
2017-01-07
3
-66/+106
[prev]
[next]