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
7 years
master
Merge https://github.com/jemalloc/jemalloc
Joerg Koenig
7 years
stable-3
Fix OOM-related regression in arena_tcache_fill_small().
Jason Evans
8 years
stable-4
Do not assume dss never decreases.
Uwe L. Korn
7 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
5 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
7 years
5.0.0
jemalloc-5.0.0.zip
jemalloc-5.0.0.tar.gz
jemalloc-5.0.0.tar.bz2
Jason Evans
7 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
8 years
4.3.1
jemalloc-4.3.1.zip
jemalloc-4.3.1.tar.gz
jemalloc-4.3.1.tar.bz2
Jason Evans
8 years
4.3.0
jemalloc-4.3.0.zip
jemalloc-4.3.0.tar.gz
jemalloc-4.3.0.tar.bz2
Jason Evans
8 years
[...]
Age
Commit message
Author
Files
Lines
2018-01-19
Merge https://github.com/jemalloc/jemalloc
HEAD
master
Joerg Koenig
98
-1069/+3907
2018-01-11
Modify configure to determine return value of strerror_r.
Christopher Ferris
3
-1/+25
2018-01-05
Improve the fit for aligned allocation.
Qi Wang
1
-10/+61
2018-01-05
Check tsdn_null before reading reentrancy level.
Qi Wang
1
-1/+2
2018-01-05
In iallocztm, check lock rank only when not in reentrancy.
Qi Wang
1
-2/+4
2018-01-04
Make sure JE_CXXFLAGS_ADD uses CPP compiler
Nehal J Wani
1
-0/+2
2018-01-04
Disable JEMALLOC_HAVE_MADVISE_HUGE for arm* CPUs.
marxin
1
-0/+6
2018-01-04
extent_t bitpacking logic refactoring
Rajeev Misra
1
-36/+36
2018-01-04
handle 32 bit mutex counters
Rajeev Misra
2
-45/+69
2017-12-21
Implement arena regind computation using div_info_t.
David Goldblatt
1
-17/+16
[...]