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
*
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
*
Update brace style.
Jason Evans
2017-01-21
22
-1748/+1670
*
Unify the allocation paths
David Goldblatt
2017-01-20
1
-392/+505
*
Fix --disable-stats support.
Jason Evans
2017-01-20
2
-164/+200
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-01-19
1
-28/+37
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
3
-0/+37
*
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
1
-36/+86
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
1
-40/+123
*
Formatting/comment fixes.
Jason Evans
2017-01-17
2
-3/+2
*
Add nullptr support to sized delete operators.
Jason Evans
2017-01-17
1
-0/+6
*
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
21
-257/+0
*
Fix indentation.
Jason Evans
2017-01-13
2
-4/+4
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
5
-96/+315
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
2
-33/+33
*
Range-check mib[1] --> arena_ind casts.
Jason Evans
2017-01-07
1
-7/+22
*
Move static ctl_epoch variable into ctl_stats_t (as epoch).
Jason Evans
2017-01-07
1
-4/+3
*
Refactor ctl_stats_t.
Jason Evans
2017-01-07
1
-58/+91
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
2
-4/+4
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
2
-77/+123
*
Fix locking in arena_dirty_count().
Jason Evans
2017-01-07
1
-1/+3
*
Fix allocated_large stats with respect to sampled small allocations.
Jason Evans
2017-01-07
1
-6/+18
*
Fix arena_large_reset_stats_cancel().
Jason Evans
2017-01-05
1
-1/+1
*
Implement per arena base allocators.
Jason Evans
2016-12-27
9
-202/+418
[next]