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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
16
-85/+77
*
Remove --enable-code-coverage.
Jason Evans
2017-04-24
6
-109/+1
*
Remove --disable-cc-silence.
Jason Evans
2017-04-24
5
-41/+6
*
Use trylock in arena_decay_impl().
Qi Wang
2017-04-24
1
-8/+16
*
Implement malloc_mutex_trylock() w/ proper stats update.
Qi Wang
2017-04-24
3
-14/+36
*
Remove --with-lg-tiny-min.
Jason Evans
2017-04-24
4
-41/+11
*
Remove --with-lg-size-class-group.
Jason Evans
2017-04-24
2
-39/+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
20
-1/+28
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
8
-84/+106
*
Header refactoring: ticker module - remove from the catchall and unify.
David Goldblatt
2017-04-24
12
-21/+26
*
Header refactoring: prng module - remove from the catchall and unify.
David Goldblatt
2017-04-24
6
-35/+49
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
31
-669/+233
*
Add missing 'test' to LG_SIZEOF_PTR tests.
Jason Evans
2017-04-24
1
-3/+3
*
Output MALLOC_CONF and debug cmd when test failure happens.
Qi Wang
2017-04-22
1
-9/+10
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-22
5
-13/+12
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
5
-42/+23
*
Remove --disable-tls.
Jason Evans
2017-04-21
6
-43/+4
*
Use openat syscall if available
Jim Chen
2017-04-21
2
-0/+8
*
Remove --disable-tcache.
Jason Evans
2017-04-21
25
-416/+192
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
6
-32/+49
*
Trim before commit in extent_recycle().
Jason Evans
2017-04-20
2
-3/+9
*
Output 4 counters for bin mutexes instead of just 2.
Qi Wang
2017-04-19
1
-8/+24
*
Support --with-lg-page values larger than system page size.
Jason Evans
2017-04-19
8
-111/+155
*
Revert "Remove BITMAP_USE_TREE."
Jason Evans
2017-04-19
5
-0/+307
*
Header refactoring: unify spin.h and move it out of the catch-all.
David Goldblatt
2017-04-19
9
-49/+42
*
Header refactoring: unify nstime.h and move it out of the catch-all
David Goldblatt
2017-04-19
10
-29/+21
*
Header refactoring: move jemalloc_internal_types.h out of the catch-all
David Goldblatt
2017-04-19
7
-3/+10
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
22
-7/+34
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
11
-1/+18
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-19
9
-1/+14
*
Header refactoring: move bit_util.h out of the catchall
David Goldblatt
2017-04-19
5
-1/+6
*
Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp
David Goldblatt
2017-04-19
5
-21/+8
*
Only disable munmap(2) by default on 64-bit Linux.
Jason Evans
2017-04-17
2
-5/+11
*
Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX.
Jason Evans
2017-04-17
1
-1/+1
*
Remove the function alignment of prof_backtrace.
Qi Wang
2017-04-17
1
-1/+0
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
10
-37/+80
*
Track extent structure serial number (esn) in extent_t.
Jason Evans
2017-04-17
7
-48/+121
*
Allocate increasingly large base blocks.
Jason Evans
2017-04-17
2
-27/+44
*
Update base_unmap() to match extent_dalloc_wrapper().
Jason Evans
2017-04-17
1
-10/+10
*
Improve rtree cache with a two-level cache design.
Qi Wang
2017-04-17
5
-35/+97
*
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
8
-83/+87
*
Bundle 3 branches on fast path into tsd_state.
Qi Wang
2017-04-14
10
-78/+170
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
9
-82/+133
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
5
-24/+41
*
Header refactoring: move atomic.h out of the catch-all
David Goldblatt
2017-04-11
11
-1/+20
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
38
-1337/+1396
[next]