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
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
8
-1303/+1332
*
Header refactoring: break out ql.h dependencies
David Goldblatt
2017-04-11
10
-2/+18
*
Header refactoring: break out qr.h dependencies
David Goldblatt
2017-04-11
2
-1/+2
*
Header refactoring: break out rb.h dependencies
David Goldblatt
2017-04-11
3
-4/+6
*
Header refactoring: break out ph.h dependencies
David Goldblatt
2017-04-11
3
-1/+4
*
Header refactoring: Add CPP_PROLOGUE and CPP_EPILOGUE macros
David Goldblatt
2017-04-11
1
-4/+8
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
4
-11/+28
*
Move reentrancy_level to the beginning of TSD.
Qi Wang
2017-04-07
1
-7/+7
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
4
-5/+18
*
Add hooking functionality
David Goldblatt
2017-04-07
5
-2/+29
*
Optimizing TSD and thread cache layout.
Qi Wang
2017-04-07
8
-63/+129
*
Get rid of tcache_enabled_t as we have runtime init support.
Qi Wang
2017-04-07
5
-21/+11
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
11
-98/+128
*
Remove the pre-C11-atomics API, which is now unused
David Goldblatt
2017-04-05
1
-45/+0
*
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
[next]