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 extent module to use C11-style atomcis
David Goldblatt
2017-04-05
1
-8/+10
*
Convert accumbytes in prof_accum_t to C11 atomics, when possible
David Goldblatt
2017-04-05
1
-1/+3
*
Make extent_dss use C11-style atomics
David Goldblatt
2017-04-05
1
-15/+21
*
Make base_t's extent_hooks field C11-atomic
David Goldblatt
2017-04-05
1
-10/+4
*
Transition arena struct fields to C11 atomics
David Goldblatt
2017-04-05
2
-33/+38
*
Move arena-tracking atomics in jemalloc.c to C11-style
David Goldblatt
2017-04-05
1
-6/+8
*
Convert prng module to use C11-style atomics
David Goldblatt
2017-04-04
1
-2/+2
*
Make the tsd member init functions to take tsd_t * type.
Qi Wang
2017-04-04
2
-2/+7
*
Do proper cleanup for tsd_state_reincarnated.
Qi Wang
2017-04-04
2
-16/+8
*
Add init function support to tsd members.
Qi Wang
2017-04-04
2
-1/+29
*
Lookup extent once per time during tcache_flush_small / _large.
Qi Wang
2017-03-28
1
-14/+28
*
Move arena_slab_data_t's nfree into extent_t's e_bits.
Jason Evans
2017-03-28
2
-20/+20
*
Remove BITMAP_USE_TREE.
Jason Evans
2017-03-27
1
-78/+0
*
Force inline ifree to avoid function call costs on fast path.
Qi Wang
2017-03-25
1
-2/+2
*
Use a bitmap in extents_t to speed up search.
Jason Evans
2017-03-25
1
-11/+30
*
Implement bitmap_ffu(), which finds the first unset bit.
Jason Evans
2017-03-25
2
-7/+22
*
Use first fit layout policy instead of best fit.
Jason Evans
2017-03-25
1
-12/+42
*
Profile per arena base mutex, instead of just a0.
Qi Wang
2017-03-23
2
-5/+6
*
Refactor mutex profiling code with x-macros.
Qi Wang
2017-03-23
3
-210/+180
*
Switch to nstime_t for the time related fields in mutex profiling.
Qi Wang
2017-03-23
2
-14/+16
*
Added custom mutex spin.
Qi Wang
2017-03-23
1
-2/+14
*
Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy.
Qi Wang
2017-03-23
2
-37/+55
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
4
-156/+215
*
Added JSON output for lock stats.
Qi Wang
2017-03-23
2
-42/+116
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
4
-74/+155
*
Add arena lock stats output.
Qi Wang
2017-03-23
4
-42/+246
*
Output bin lock profiling results to malloc_stats.
Qi Wang
2017-03-23
4
-34/+80
*
First stage of mutex profiling.
Qi Wang
2017-03-23
1
-0/+43
*
Push down iealloc() calls.
Jason Evans
2017-03-23
3
-120/+91
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
6
-54/+34
*
Remove extent arg from isalloc() and arena_salloc().
Jason Evans
2017-03-23
3
-21/+18
*
Embed root node into rtree_t.
Jason Evans
2017-03-23
2
-71/+22
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
3
-55/+100
*
Split rtree_elm_t into rtree_{node,leaf}_elm_t.
Jason Evans
2017-03-23
2
-140/+287
*
Remove binind field from arena_slab_data_t.
Jason Evans
2017-03-23
1
-5/+5
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
5
-148/+139
*
Not re-binding iarena when migrate between arenas.
Qi Wang
2017-03-21
1
-1/+0
*
Refactor tcaches flush/destroy to reduce lock duration.
Jason Evans
2017-03-16
1
-6/+13
*
Propagate madvise() success/failure from pages_purge_lazy().
Jason Evans
2017-03-16
1
-3/+3
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
6
-244/+523
*
Move arena_t's purging field into arena_decay_t.
Jason Evans
2017-03-15
1
-5/+4
*
Refactor decay-related function parametrization.
Jason Evans
2017-03-15
1
-86/+96
*
Convert remaining arena_stats_t fields to atomics
David Goldblatt
2017-03-14
2
-47/+83
*
Switch atomic uint64_ts in arena_stats_t to C11 atomics
David Goldblatt
2017-03-14
2
-41/+99
*
Prefer pages_purge_forced() over memset().
Jason Evans
2017-03-14
2
-16/+30
*
Add alignment/size assertions to pages_*().
Jason Evans
2017-03-14
1
-0/+15
*
Fix pages_purge_forced() to discard pages on non-Linux systems.
Jason Evans
2017-03-14
1
-1/+8
*
Convert rtree code to use C11 atomics
David Goldblatt
2017-03-13
1
-16/+34
*
Convert arena_t's purging field to non-atomic bool.
Jason Evans
2017-03-10
1
-4/+5
*
Implement per-CPU arena.
Qi Wang
2017-03-09
5
-29/+150
[prev]
[next]