|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
0ef50b4e |
| 11-May-2018 |
Jason Evans <[email protected]> |
Update jemalloc to version 5.1.0.
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
8b2f5aaf |
| 03-Jul-2017 |
Jason Evans <[email protected]> |
Update jemalloc to 5.0.1.
|
| #
b7eaed25 |
| 15-Jun-2017 |
Jason Evans <[email protected]> |
Update jemalloc to 5.0.0.
|
| #
8244f2aa |
| 02-Mar-2017 |
Jason Evans <[email protected]> |
Update jemalloc to 4.5.0.
|
| #
7fa7f12f |
| 04-Dec-2016 |
Jason Evans <[email protected]> |
Update jemalloc to 4.4.0.
|
| #
bde95144 |
| 09-Nov-2016 |
Jason Evans <[email protected]> |
Update jemalloc to 4.3.1.
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
62b2691e |
| 09-Jun-2016 |
Jason Evans <[email protected]> |
Update jemalloc to 4.2.1.
|
| #
1f0a49e8 |
| 13-May-2016 |
Jason Evans <[email protected]> |
Update jemalloc to 4.2.0.
|
|
Revision tags: release/10.3.0 |
|
| #
df0d881d |
| 29-Feb-2016 |
Jason Evans <[email protected]> |
Update jemalloc to 4.1.0.
Add missing Symbol.map entry for __aligned_alloc.
Add weak-->strong symbol binding for {malloc_stats_print,mallctl,mallctlnametomib,mallctlbymib} --> {__malloc_stats_print
Update jemalloc to 4.1.0.
Add missing Symbol.map entry for __aligned_alloc.
Add weak-->strong symbol binding for {malloc_stats_print,mallctl,mallctlnametomib,mallctlbymib} --> {__malloc_stats_print,__mallctl,__mallctlnametomib,__mallctlbymib}. These bindings complete the set necessary to allow applications to replace all malloc-related symbols.
show more ...
|
| #
ba4f5cc0 |
| 24-Oct-2015 |
Jason Evans <[email protected]> |
Update jemalloc to version 4.0.4.
|
| #
536b3538 |
| 22-Sep-2015 |
Jason Evans <[email protected]> |
Update jemalloc to 4.0.2.
|
| #
d0e79aa3 |
| 18-Aug-2015 |
Jason Evans <[email protected]> |
Update jemalloc to version 4.0.0.
|
|
Revision tags: release/10.2.0, release/10.1.0, release/9.3.0 |
|
| #
2fff27f8 |
| 31-Mar-2014 |
Jason Evans <[email protected]> |
Update jemalloc to version 3.6.0.
|
| #
706d9bd1 |
| 26-Feb-2014 |
Jason Evans <[email protected]> |
Update jemalloc to version 3.5.1.
|
| #
f921d10f |
| 23-Jan-2014 |
Jason Evans <[email protected]> |
Update jemalloc to version 3.5.0.
|
|
Revision tags: release/10.0.0 |
|
| #
2b06b201 |
| 21-Oct-2013 |
Jason Evans <[email protected]> |
Update jemalloc to version 3.4.1.
|
|
Revision tags: release/9.2.0 |
|
| #
f8ca2db1 |
| 03-Jun-2013 |
Jason Evans <[email protected]> |
Update jemalloc to version 3.4.0.
|
|
Revision tags: release/8.4.0 |
|
| #
88ad2f8d |
| 24-Jan-2013 |
Jason Evans <[email protected]> |
Import jemalloc 3.3.0. This reduces zeroed memory validation overhead for non-MALLOC_PRODUCTION builds.
|
|
Revision tags: release/9.1.0 |
|
| #
82872ac0 |
| 10-Nov-2012 |
Jason Evans <[email protected]> |
Import jemalloc 3.2.0.
|
| #
35dad073 |
| 12-May-2012 |
Jason Evans <[email protected]> |
Import jemalloc 3.0.0. This fixes memory zeroing bugs that manifested as jemalloc assertion failures for debug builds, or as calloc() sometimes returning non-zeroed memory for production builds.
|
| #
e722f8f8 |
| 10-May-2012 |
Jason Evans <[email protected]> |
Import jemalloc 37b6f95dcd866f51c91488531a2efc3ed4c2b754 (dev branch, prior to 3.0.0 release). This version is likely very close to what will be 3.0.0.
|
| #
4bcb1430 |
| 22-Apr-2012 |
Jason Evans <[email protected]> |
Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch, prior to 3.0.0 release). This fixes several bugs related to memory initialization.
Mangle __jemalloc_a0{malloc,calloc,free}() j
Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch, prior to 3.0.0 release). This fixes several bugs related to memory initialization.
Mangle __jemalloc_a0{malloc,calloc,free}() just like all the other library-internal symbols in jemalloc, and adjust the tls allocation code in libc to use the mangled names.
show more ...
|
| #
8ed34ab0 |
| 21-Apr-2012 |
Jason Evans <[email protected]> |
Import jemalloc 606f1fdc3cdbc700717133ca56685313caea24bb (dev branch, prior to 3.0.0 release), and mangle internal symbols.
|
| #
a4bd5210 |
| 17-Apr-2012 |
Jason Evans <[email protected]> |
Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, prior to 3.0.0 release) as contrib/jemalloc, and integrate it into libc. The code being imported by this commit diverged from lib
Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, prior to 3.0.0 release) as contrib/jemalloc, and integrate it into libc. The code being imported by this commit diverged from lib/libc/stdlib/malloc.c in March 2010, which means that a portion of the jemalloc 1.0.0 ChangeLog entries are relevant, as are the entries for all subsequent releases.
show more ...
|