summaryrefslogtreecommitdiffstats
path: root/contrib/jemalloc/src/util.c
Commit message (Collapse)AuthorAgeFilesLines
* Update jemalloc to 4.2.0.jasone2016-05-131-9/+7
|
* Update jemalloc to 4.1.0.jasone2016-02-291-4/+22
| | | | | | | | | | 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.
* Update jemalloc to version 4.0.0.jasone2015-08-181-14/+16
|
* Update jemalloc to version 3.5.0.jasone2014-01-231-39/+46
|
* Import jemalloc 3.2.0.jasone2012-11-101-5/+0
|
* Import jemalloc 37b6f95dcd866f51c91488531a2efc3ed4c2b754 (dev branch,jasone2012-05-101-18/+33
| | | | | prior to 3.0.0 release). This version is likely very close to what will be 3.0.0.
* Import jemalloc 606f1fdc3cdbc700717133ca56685313caea24bb (dev branch,jasone2012-04-211-4/+16
| | | | prior to 3.0.0 release), and mangle internal symbols.
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-171-0/+635
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.
OpenPOWER on IntegriCloud