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
*
Set isthreaded manually.
HEAD
dev
Qi Wang
2017-10-06
1
-5/+6
*
Delay background_thread_ctl_init to right before thread creation.
Qi Wang
2017-10-06
2
-4/+6
*
Enable a0 metadata thp on the 3rd base block.
Qi Wang
2017-10-05
1
-21/+64
*
Power: disable the CPU_SPINWAIT macro.
David Goldblatt
2017-10-05
4
-6/+18
*
Use ph instead of rb tree for extents_avail_
Dave Watson
2017-10-04
3
-17/+14
*
Logging: capitalize log macro.
David Goldblatt
2017-10-03
3
-70/+61
*
ARM: Don't extend bit LG_VADDR to compute high address bits.
David Goldblatt
2017-10-02
1
-0/+12
*
Add runtime detection of lazy purging support.
Qi Wang
2017-09-27
1
-0/+24
*
Avoid left shift by negative values.
Qi Wang
2017-09-25
1
-2/+2
*
Add "falls through" comment explicitly.
Qi Wang
2017-09-25
1
-14/+14
*
dumpbin doesn't exist in mingw
Tamir Duberstein
2017-09-21
1
-1/+7
*
Allow toolchain to determine nm
Tamir Duberstein
2017-09-21
1
-1/+6
*
whitespace
Tamir Duberstein
2017-09-21
1
-7/+7
*
Put static keyword first.
Qi Wang
2017-09-21
1
-1/+1
*
Add missing field in initializer for rtree cache.
Qi Wang
2017-09-21
1
-1/+1
*
Force Ubuntu "precise" for Travis CI builds.
David Goldblatt
2017-09-20
1
-0/+1
*
Clear cache bin ql postfork.
Qi Wang
2017-09-12
1
-0/+7
*
Fix huge page test in test/unit/pages.
Qi Wang
2017-09-12
1
-5/+7
*
Fix a link for dirty_decay_ms in manual.
Qi Wang
2017-09-11
1
-1/+1
*
Relax constraints on reentrancy for extent hooks.
Qi Wang
2017-08-31
2
-1/+13
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
10
-21/+125
*
Change opt.metadata_thp to [disabled,auto,always].
Qi Wang
2017-08-30
10
-25/+84
*
Document the ialloc function abbreviations.
David Goldblatt
2017-08-17
2
-1/+19
*
Make arena stats collection go through cache bins.
David Goldblatt
2017-08-17
5
-17/+84
*
Pull out caching for a bin into its own file.
David Goldblatt
2017-08-17
11
-139/+148
*
Add missing mallctl unit test for abort_conf.
Qi Wang
2017-08-12
1
-0/+1
*
Add support for m68k, nios2, SH3 architectures
Faidon Liambotis
2017-08-11
1
-1/+8
*
Fix support for GNU/kFreeBSD
Faidon Liambotis
2017-08-11
1
-1/+10
*
Fix test/unit/pages.
Qi Wang
2017-08-11
3
-7/+15
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
12
-17/+118
*
Filter out "void *newImpl" in prof output.
Qi Wang
2017-08-08
1
-0/+1
*
Remove external linkage for spin_adaptive
Ryan Libby
2017-08-08
5
-16/+1
*
Only read szind if ptr is not paged aligned in sdallocx.
Qi Wang
2017-07-31
1
-2/+22
*
Remove a redundant '--with-malloc-conf=tcache:false' from gen_run_tests.py
David Goldblatt
2017-07-31
1
-1/+0
*
Bypass extent_alloc_wrapper_hard for no_move_expand.
Qi Wang
2017-07-31
1
-0/+9
*
Filter out "newImpl" from profiling output.
Qi Wang
2017-07-28
1
-0/+1
*
Only run test/integration/sdallocx non-reentrantly.
David Goldblatt
2017-07-24
1
-1/+1
*
Logging: log using the log var names directly.
David Goldblatt
2017-07-24
3
-155/+51
*
Split out cold code path in newImpl
Qinfan Wu
2017-07-24
1
-7/+16
*
Logging: allow logging with empty varargs.
David Goldblatt
2017-07-22
7
-17/+65
*
Validates fd before calling fcntl
Y. T. Chung
2017-07-22
2
-4/+12
*
Add entry and exit logging to all core functions.
David T. Goldblatt
2017-07-21
2
-1/+204
*
Add a logging facility.
David T. Goldblatt
2017-07-21
8
-0/+396
*
Fall back to FD_CLOEXEC when O_CLOEXEC is unavailable.
Y. T. Chung
2017-07-20
2
-5/+28
*
Add a test of behavior under multi-threaded forking.
David Goldblatt
2017-07-11
1
-21/+87
*
Fix deadlock in multithreaded fork in OS X.
David Goldblatt
2017-07-11
1
-6/+24
*
Fix a typo.
Jason Evans
2017-07-03
1
-1/+1
*
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
[next]