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
*
whitespace
Tamir Duberstein
2017-07-06
1
-7/+7
*
Merge branch 'dev'
5.0.1
Jason Evans
2017-07-02
23
-134/+395
|
\
|
*
Update ChangeLog for 5.0.1.
Jason Evans
2017-07-02
1
-0/+35
|
*
Add extent_grow_mtx in pre_ / post_fork handlers.
Qi Wang
2017-06-30
3
-5/+16
|
*
Enforce minimum autoconf version (currently 2.68).
Jason Evans
2017-06-29
1
-0/+1
|
*
Make sure LG_PAGE <= LG_HUGEPAGE.
Jason Evans
2017-06-29
1
-0/+4
|
*
Fix pthread_sigmask() usage to block all signals.
Qi Wang
2017-06-26
1
-1/+1
|
*
Switch ctl to explicitly use tsd instead of tsdn.
Qi Wang
2017-06-23
3
-26/+24
|
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
7
-47/+51
|
*
Set reentrancy when invoking customized extent hooks.
Qi Wang
2017-06-23
5
-35/+109
|
*
Fix assertion typos.
Jason Evans
2017-06-23
2
-2/+2
|
*
Add thread name for background threads.
Qi Wang
2017-06-23
3
-1/+15
|
*
Avoid inactivity_check within background threads.
Qi Wang
2017-06-22
2
-19/+25
|
*
Mask signals during background thread creation.
Jason Evans
2017-06-21
2
-3/+36
|
*
Clear tcache_ql after fork in child.
Qi Wang
2017-06-20
1
-0/+17
|
*
Add minimal initialized TSD.
Qi Wang
2017-06-16
3
-24/+60
|
*
Pass tsd to tcache_flush().
Qi Wang
2017-06-16
3
-4/+3
|
*
Log decay->nunpurged before purging.
Qi Wang
2017-06-15
1
-2/+3
|
*
Only abort on dlsym when necessary.
Qi Wang
2017-06-14
3
-3/+19
|
*
Add alloc hook test in test/integration/extent.
Qi Wang
2017-06-14
1
-0/+3
|
*
Fix extent_hooks in extent_grow_retained().
Qi Wang
2017-06-14
1
-3/+12
|
/
*
Merge branch 'dev'
5.0.0
Jason Evans
2017-06-13
258
-23191/+26419
|
\
|
*
Update MSVC project files.
Jason Evans
2017-06-13
2
-10/+22
|
*
Update ChangeLog for 5.0.0.
Jason Evans
2017-06-13
1
-0/+187
|
*
Update copyright dates.
Jason Evans
2017-06-13
1
-2/+2
|
*
Prevent background threads from running in post_reset().
Qi Wang
2017-06-12
1
-5/+13
|
*
Combine background_thread started / paused into state.
Qi Wang
2017-06-12
4
-34/+59
|
*
Not re-enable background thread after fork.
Qi Wang
2017-06-12
3
-37/+50
|
*
Move background thread creation to background_thread_0.
Qi Wang
2017-06-12
4
-146/+251
|
*
Normalize background thread configuration.
Jason Evans
2017-06-09
4
-6/+17
|
*
Update a UTRACE() size argument.
Jason Evans
2017-06-08
1
-1/+1
|
*
Remove redundant typedefs.
Jason Evans
2017-06-08
1
-2/+0
|
*
Add internal tsd for background_thread.
Qi Wang
2017-06-08
3
-11/+24
|
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
5
-13/+43
|
*
Make tsd no-cleanup during tsd reincarnation.
Qi Wang
2017-06-07
4
-24/+51
|
*
Remove assertions on extent_hooks being default.
Qi Wang
2017-06-05
1
-16/+0
|
*
Take background thread lock when setting extent hooks.
Qi Wang
2017-06-05
3
-4/+15
|
*
Set reentrancy level to 1 during init.
Qi Wang
2017-06-02
1
-15/+28
|
*
Set isthreaded when enabling background_thread.
Qi Wang
2017-06-02
3
-23/+41
|
*
Fix background thread creation.
Qi Wang
2017-06-01
1
-13/+17
|
*
Test with background_thread:true.
Jason Evans
2017-06-01
4
-6/+35
|
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
12
-124/+161
|
*
Skip default tcache testing if !opt_tcache.
Jason Evans
2017-06-01
1
-4/+4
|
*
Witness assertions: only assert locklessness when non-reentrant.
David Goldblatt
2017-06-01
1
-49/+62
|
*
Use real pthread_create for creating background threads.
Qi Wang
2017-05-31
2
-3/+9
|
*
Clean source directory before building tests in object directories.
Jason Evans
2017-05-31
1
-0/+1
|
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
28
-596/+642
|
*
Header refactoring: unify and de-catchall mutex_pool.
David Goldblatt
2017-05-31
7
-26/+15
|
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
10
-4/+11
|
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
12
-37/+33
[next]