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
...
*
Set reentrancy when invoking customized extent hooks.
Qi Wang
2017-06-23
1
-1/+1
*
Add thread name for background threads.
Qi Wang
2017-06-23
1
-0/+3
*
Avoid inactivity_check within background threads.
Qi Wang
2017-06-22
1
-2/+3
*
Mask signals during background thread creation.
Jason Evans
2017-06-21
1
-0/+1
*
Add minimal initialized TSD.
Qi Wang
2017-06-16
1
-8/+22
*
Pass tsd to tcache_flush().
Qi Wang
2017-06-16
1
-1/+1
*
Only abort on dlsym when necessary.
Qi Wang
2017-06-14
1
-0/+1
*
Combine background_thread started / paused into state.
Qi Wang
2017-06-12
1
-4/+8
*
Move background thread creation to background_thread_0.
Qi Wang
2017-06-12
2
-2/+2
*
Normalize background thread configuration.
Jason Evans
2017-06-09
2
-6/+5
*
Remove redundant typedefs.
Jason Evans
2017-06-08
1
-2/+0
*
Add internal tsd for background_thread.
Qi Wang
2017-06-08
1
-5/+10
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-0/+1
*
Make tsd no-cleanup during tsd reincarnation.
Qi Wang
2017-06-07
1
-1/+1
*
Take background thread lock when setting extent hooks.
Qi Wang
2017-06-05
1
-1/+2
*
Set isthreaded when enabling background_thread.
Qi Wang
2017-06-02
1
-0/+1
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
6
-25/+41
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
12
-310/+340
*
Header refactoring: unify and de-catchall mutex_pool.
David Goldblatt
2017-05-31
5
-26/+13
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
2
-4/+3
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
7
-37/+28
*
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
[prev]
[next]