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
/
jemalloc
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove --enable-code-coverage.
Jason Evans
2017-04-24
2
-4/+1
*
Remove --disable-cc-silence.
Jason Evans
2017-04-24
3
-13/+2
*
Implement malloc_mutex_trylock() w/ proper stats update.
Qi Wang
2017-04-24
2
-12/+34
*
Remove --with-lg-tiny-min.
Jason Evans
2017-04-24
2
-3/+2
*
Header refactoring: bitmap - unify and remove from catchall.
David Goldblatt
2017-04-24
9
-387/+373
*
Header refactoring: stats - unify and remove from catchall
David Goldblatt
2017-04-24
8
-35/+29
*
Header refactoring: move smoothstep.h out of the catchall.
David Goldblatt
2017-04-24
2
-1/+1
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
16
-1/+24
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
6
-84/+102
*
Header refactoring: ticker module - remove from the catchall and unify.
David Goldblatt
2017-04-24
9
-21/+21
*
Header refactoring: prng module - remove from the catchall and unify.
David Goldblatt
2017-04-24
5
-35/+48
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
19
-544/+134
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-22
2
-0/+4
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
2
-13/+11
*
Use openat syscall if available
Jim Chen
2017-04-21
1
-0/+5
*
Remove --disable-tcache.
Jason Evans
2017-04-21
7
-42/+9
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
3
-6/+10
*
Support --with-lg-page values larger than system page size.
Jason Evans
2017-04-19
2
-5/+2
*
Revert "Remove BITMAP_USE_TREE."
Jason Evans
2017-04-19
3
-0/+213
*
Header refactoring: unify spin.h and move it out of the catch-all.
David Goldblatt
2017-04-19
6
-48/+38
*
Header refactoring: unify nstime.h and move it out of the catch-all
David Goldblatt
2017-04-19
7
-26/+17
*
Header refactoring: move jemalloc_internal_types.h out of the catch-all
David Goldblatt
2017-04-19
6
-3/+9
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
2
-6/+2
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
2
-1/+2
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-19
2
-1/+2
*
Header refactoring: move bit_util.h out of the catchall
David Goldblatt
2017-04-19
4
-1/+4
*
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
[next]