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
Branch
Commit message
Author
Age
dev
Set isthreaded manually.
Qi Wang
8 years
master
Merge https://github.com/jemalloc/jemalloc
Joerg Koenig
8 years
stable-3
Fix OOM-related regression in arena_tcache_fill_small().
Jason Evans
9 years
stable-4
Do not assume dss never decreases.
Uwe L. Korn
8 years
Tag
Download
Author
Age
5.3.0
jemalloc-5.3.0.zip
jemalloc-5.3.0.tar.gz
jemalloc-5.3.0.tar.bz2
Qi Wang
3 years
5.2.1
jemalloc-5.2.1.zip
jemalloc-5.2.1.tar.gz
jemalloc-5.2.1.tar.bz2
Qi Wang
6 years
5.2.0
jemalloc-5.2.0.zip
jemalloc-5.2.0.tar.gz
jemalloc-5.2.0.tar.bz2
Qi Wang
6 years
5.1.0
jemalloc-5.1.0.zip
jemalloc-5.1.0.tar.gz
jemalloc-5.1.0.tar.bz2
Qi Wang
7 years
5.0.1
jemalloc-5.0.1.zip
jemalloc-5.0.1.tar.gz
jemalloc-5.0.1.tar.bz2
Jason Evans
8 years
5.0.0
jemalloc-5.0.0.zip
jemalloc-5.0.0.tar.gz
jemalloc-5.0.0.tar.bz2
Jason Evans
8 years
4.5.0
jemalloc-4.5.0.zip
jemalloc-4.5.0.tar.gz
jemalloc-4.5.0.tar.bz2
Jason Evans
8 years
4.4.0
jemalloc-4.4.0.zip
jemalloc-4.4.0.tar.gz
jemalloc-4.4.0.tar.bz2
Jason Evans
9 years
4.3.1
jemalloc-4.3.1.zip
jemalloc-4.3.1.tar.gz
jemalloc-4.3.1.tar.bz2
Jason Evans
9 years
4.3.0
jemalloc-4.3.0.zip
jemalloc-4.3.0.tar.gz
jemalloc-4.3.0.tar.bz2
Jason Evans
9 years
[...]
Age
Commit message
Author
Files
Lines
2017-10-06
Set isthreaded manually.
dev
Qi Wang
1
-5/+6
2017-10-06
Delay background_thread_ctl_init to right before thread creation.
Qi Wang
2
-4/+6
2017-10-05
Enable a0 metadata thp on the 3rd base block.
Qi Wang
1
-21/+64
2017-10-05
Power: disable the CPU_SPINWAIT macro.
David Goldblatt
4
-6/+18
2017-10-04
Use ph instead of rb tree for extents_avail_
Dave Watson
3
-17/+14
2017-10-03
Logging: capitalize log macro.
David Goldblatt
3
-70/+61
2017-10-02
ARM: Don't extend bit LG_VADDR to compute high address bits.
David Goldblatt
1
-0/+12
2017-09-27
Add runtime detection of lazy purging support.
Qi Wang
1
-0/+24
2017-09-25
Avoid left shift by negative values.
Qi Wang
1
-2/+2
2017-09-25
Add "falls through" comment explicitly.
Qi Wang
1
-14/+14
[...]