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
*
Make the mutex n_waiting_thds field a C11-style atomic
David Goldblatt
2017-04-05
3
-4/+15
*
Convert accumbytes in prof_accum_t to C11 atomics, when possible
David Goldblatt
2017-04-05
2
-5/+9
*
Make base_t's extent_hooks field C11-atomic
David Goldblatt
2017-04-05
1
-5/+5
*
Transition arena struct fields to C11 atomics
David Goldblatt
2017-04-05
1
-6/+10
*
Move arena-tracking atomics in jemalloc.c to C11-style
David Goldblatt
2017-04-05
2
-5/+4
*
Transition e_prof_tctx in struct extent to C11 atomics
David Goldblatt
2017-04-04
2
-8/+8
*
Convert prng module to use C11-style atomics
David Goldblatt
2017-04-04
2
-23/+24
*
Make the tsd member init functions to take tsd_t * type.
Qi Wang
2017-04-04
1
-1/+2
*
Do proper cleanup for tsd_state_reincarnated.
Qi Wang
2017-04-04
1
-1/+2
*
Remove the leafkey NULL check in leaf_elm_lookup.
Qi Wang
2017-04-04
2
-14/+10
*
Add init function support to tsd members.
Qi Wang
2017-04-04
6
-26/+35
*
Move arena_slab_data_t's nfree into extent_t's e_bits.
Jason Evans
2017-03-28
4
-23/+66
*
Simplify rtree cache replacement policy.
Qi Wang
2017-03-27
1
-14/+11
*
Simplify rtree_clear() to avoid locking.
Jason Evans
2017-03-27
1
-4/+4
*
Fix a race in rtree_szind_slab_update() for RTREE_LEAF_COMPACT.
Jason Evans
2017-03-27
2
-13/+53
*
Remove BITMAP_USE_TREE.
Jason Evans
2017-03-27
3
-213/+0
*
Fix bitmap_ffu() to work with 3+ levels.
Jason Evans
2017-03-27
1
-41/+29
*
Pack various extent_t fields into a bitfield.
Jason Evans
2017-03-26
2
-104/+155
*
Store arena index rather than (arena_t *) in extent_t.
Jason Evans
2017-03-26
3
-5/+5
*
Fix BITMAP_USE_TREE version of bitmap_ffu().
Jason Evans
2017-03-26
1
-0/+13
*
Use a bitmap in extents_t to speed up search.
Jason Evans
2017-03-25
2
-1/+14
*
Implement BITMAP_GROUPS().
Jason Evans
2017-03-25
1
-0/+6
*
Implement bitmap_ffu(), which finds the first unset bit.
Jason Evans
2017-03-25
3
-6/+67
*
Profile per arena base mutex, instead of just a0.
Qi Wang
2017-03-23
1
-1/+1
*
Refactor mutex profiling code with x-macros.
Qi Wang
2017-03-23
4
-22/+45
*
Switch to nstime_t for the time related fields in mutex profiling.
Qi Wang
2017-03-23
3
-6/+8
*
Added custom mutex spin.
Qi Wang
2017-03-23
2
-15/+13
*
Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy.
Qi Wang
2017-03-23
2
-4/+6
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
8
-33/+35
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
5
-4/+19
*
Add arena lock stats output.
Qi Wang
2017-03-23
5
-9/+23
*
Output bin lock profiling results to malloc_stats.
Qi Wang
2017-03-23
4
-0/+40
*
First stage of mutex profiling.
Qi Wang
2017-03-23
4
-32/+106
*
Further specialize arena_[s]dalloc() tcache fast path.
Jason Evans
2017-03-23
3
-45/+129
*
Push down iealloc() calls.
Jason Evans
2017-03-23
5
-100/+83
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
2
-33/+79
*
Remove extent arg from isalloc() and arena_salloc().
Jason Evans
2017-03-23
3
-30/+11
*
Implement compact rtree leaf element representation.
Jason Evans
2017-03-23
5
-7/+163
*
Embed root node into rtree_t.
Jason Evans
2017-03-23
2
-5/+9
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-23
8
-133/+296
*
Split rtree_elm_t into rtree_{node,leaf}_elm_t.
Jason Evans
2017-03-23
6
-95/+118
*
Remove binind field from arena_slab_data_t.
Jason Evans
2017-03-23
2
-17/+3
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-23
7
-88/+92
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
10
-50/+82
*
Move arena_t's purging field into arena_decay_t.
Jason Evans
2017-03-15
1
-7/+5
*
Refactor decay-related function parametrization.
Jason Evans
2017-03-15
1
-7/+7
*
Convert remaining arena_stats_t fields to atomics
David Goldblatt
2017-03-14
2
-10/+10
*
Switch atomic uint64_ts in arena_stats_t to C11 atomics
David Goldblatt
2017-03-14
1
-15/+22
*
Fix pages_purge_forced() to discard pages on non-Linux systems.
Jason Evans
2017-03-14
2
-4/+11
*
Convert rtree code to use C11 atomics
David Goldblatt
2017-03-13
2
-23/+28
[next]