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: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
10
-170/+155
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
2
-9/+9
*
Fix extent_grow_next management.
Jason Evans
2017-05-30
2
-9/+11
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-1/+20
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-27
1
-14/+15
*
Cleanup smoothstep.sh / .h.
Qi Wang
2017-05-25
2
-205/+203
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
22
-287/+280
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
11
-374/+424
*
Disable percpu_arena by default.
Jason Evans
2017-05-23
1
-5/+0
*
Fix # of unpurged pages in decay algorithm.
Qi Wang
2017-05-23
1
-0/+2
*
Check for background thread inactivity on extents_dalloc.
Qi Wang
2017-05-23
2
-4/+45
*
Add profiling for the background thread mutex.
Qi Wang
2017-05-23
2
-6/+7
*
Add background thread related stats.
Qi Wang
2017-05-23
4
-0/+16
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
11
-258/+367
*
Protect the rtree/extent interactions with a mutex pool.
David Goldblatt
2017-05-19
13
-232/+176
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
3
-3/+15
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
5
-22/+23
*
Add stats: arena uptime.
Qi Wang
2017-05-18
2
-0/+5
*
Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.
Jason Evans
2017-05-14
4
-6/+6
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-12
5
-611/+71
*
Remove unused private_unnamespace infrastructure.
Jason Evans
2017-05-12
1
-5/+0
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-12
7
-114/+106
*
Avoid compiler warnings on Windows.
Jason Evans
2017-05-12
1
-5/+5
*
Remove mutex_prof_data_t redeclaration.
Jason Evans
2017-05-11
2
-2/+1
*
Fix rtree_leaf_elm_szind_slab_update().
Jason Evans
2017-05-03
1
-8/+7
*
rtree_leaf_elm_extent_write() --> rtree_leaf_elm_extent_lock_write()
Jason Evans
2017-05-03
1
-8/+9
*
Revert "Use trylock in tcache_bin_flush when possible."
Qi Wang
2017-05-01
2
-19/+15
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
23
-830/+773
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
3
-3/+12
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
5
-13/+11
*
Revert "Use try_flush first in tcache_dalloc."
Qi Wang
2017-04-28
1
-10/+4
*
Use try_flush first in tcache_dalloc.
Qi Wang
2017-04-26
1
-4/+10
*
Use trylock in tcache_bin_flush when possible.
Qi Wang
2017-04-26
2
-15/+19
*
Avoid prof_dump during reentrancy.
Qi Wang
2017-04-25
1
-0/+3
*
Header refactoring: pages.h - unify and remove from catchall.
David Goldblatt
2017-04-25
5
-34/+30
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
2
-4/+3
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
8
-227/+216
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
4
-14/+10
*
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
[next]