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
*
Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp
David Goldblatt
2017-04-19
4
-21/+0
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
6
-15/+57
*
Track extent structure serial number (esn) in extent_t.
Jason Evans
2017-04-17
4
-16/+75
*
Allocate increasingly large base blocks.
Jason Evans
2017-04-17
1
-1/+8
*
Improve rtree cache with a two-level cache design.
Qi Wang
2017-04-17
3
-29/+65
*
Skip percpu arena when choosing iarena.
Qi Wang
2017-04-17
1
-1/+1
*
Switch to fine-grained reentrancy support.
Qi Wang
2017-04-15
5
-7/+32
*
Bundle 3 branches on fast path into tsd_state.
Qi Wang
2017-04-14
7
-41/+64
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
5
-47/+67
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
2
-20/+28
*
Header refactoring: move atomic.h out of the catch-all
David Goldblatt
2017-04-11
10
-1/+18
*
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
[next]