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
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
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
2017-03-01
Merge branch 'rc-4.5.0'
4.5.0
Jason Evans
83
-515/+2388
2017-03-01
Update ChangeLog for 4.5.0.
Jason Evans
1
-0/+35
2017-03-01
Add casts to CONF_HANDLE_T_U().
Jason Evans
1
-6/+6
2017-02-28
Alphabetize private symbol names.
Jason Evans
1
-1/+1
2017-02-28
Fix/enhance THP integration.
Jason Evans
13
-21/+177
2017-02-28
restructure *CFLAGS configuration.
Jason Evans
3
-111/+141
2017-02-27
Handle race in stats_arena_bins_print
Qi Wang
1
-3/+13
2017-02-27
Fix lg_chunk clamping for config_cache_oblivious.
Jason Evans
2
-16/+12
2017-02-27
Add some missing explicit casts.
Jason Evans
1
-3/+4
2017-02-27
Fix huge-aligned allocation.
Jason Evans
6
-11/+141
[...]