summaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
devSet isthreaded manually.Qi Wang7 years
masterMerge https://github.com/jemalloc/jemallocJoerg Koenig6 years
stable-3Fix OOM-related regression in arena_tcache_fill_small().Jason Evans7 years
stable-4Do not assume dss never decreases.Uwe L. Korn7 years
 
TagDownloadAuthorAge
5.3.0jemalloc-5.3.0.zip  jemalloc-5.3.0.tar.gz  jemalloc-5.3.0.tar.bz2  Qi Wang24 months
5.2.1jemalloc-5.2.1.zip  jemalloc-5.2.1.tar.gz  jemalloc-5.2.1.tar.bz2  Qi Wang5 years
5.2.0jemalloc-5.2.0.zip  jemalloc-5.2.0.tar.gz  jemalloc-5.2.0.tar.bz2  Qi Wang5 years
5.1.0jemalloc-5.1.0.zip  jemalloc-5.1.0.tar.gz  jemalloc-5.1.0.tar.bz2  Qi Wang6 years
5.0.1jemalloc-5.0.1.zip  jemalloc-5.0.1.tar.gz  jemalloc-5.0.1.tar.bz2  Jason Evans7 years
5.0.0jemalloc-5.0.0.zip  jemalloc-5.0.0.tar.gz  jemalloc-5.0.0.tar.bz2  Jason Evans7 years
4.5.0jemalloc-4.5.0.zip  jemalloc-4.5.0.tar.gz  jemalloc-4.5.0.tar.bz2  Jason Evans7 years
4.4.0jemalloc-4.4.0.zip  jemalloc-4.4.0.tar.gz  jemalloc-4.4.0.tar.bz2  Jason Evans7 years
4.3.1jemalloc-4.3.1.zip  jemalloc-4.3.1.tar.gz  jemalloc-4.3.1.tar.bz2  Jason Evans7 years
4.3.0jemalloc-4.3.0.zip  jemalloc-4.3.0.tar.gz  jemalloc-4.3.0.tar.bz2  Jason Evans7 years
[...]
 
AgeCommit messageAuthorFilesLines
2018-01-19Merge https://github.com/jemalloc/jemallocHEADmasterJoerg Koenig98-1069/+3907
2018-01-11Modify configure to determine return value of strerror_r.Christopher Ferris3-1/+25
2018-01-05Improve the fit for aligned allocation.Qi Wang1-10/+61
2018-01-05Check tsdn_null before reading reentrancy level.Qi Wang1-1/+2
2018-01-05In iallocztm, check lock rank only when not in reentrancy.Qi Wang1-2/+4
2018-01-04Make sure JE_CXXFLAGS_ADD uses CPP compilerNehal J Wani1-0/+2
2018-01-04Disable JEMALLOC_HAVE_MADVISE_HUGE for arm* CPUs.marxin1-0/+6
2018-01-04extent_t bitpacking logic refactoringRajeev Misra1-36/+36
2018-01-04handle 32 bit mutex countersRajeev Misra2-45/+69
2017-12-21Implement arena regind computation using div_info_t.David Goldblatt1-17/+16
[...]