summaryrefslogtreecommitdiffstats
path: root/contrib/jemalloc/FREEBSD-diffs
Commit message (Collapse)AuthorAgeFilesLines
* Update jemalloc to 4.1.0.jasone2016-02-291-20/+38
| | | | | | | | | | 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.4.jasone2015-10-241-2/+2
|
* Update jemalloc to 4.0.2.jasone2015-09-221-6/+6
|
* Fix minor malloc regressions.jasone2015-08-191-3/+10
| | | | | | | | - Use _Bool rather than bool to resolve missing type errors in malloc_np.h. - Fix malloc manual page #include documentation. - Add *allocm manual pages to obsolete files. Submitted by: jbeich
* Define CPU_SPINWAIT as cpu_spinwait().jasone2015-08-181-9/+7
| | | | Submitted by: cem
* Re-add LG_SIZEOF_PTR definition for __aarch64__.jasone2015-08-181-2/+9
| | | | This definition was erroneously removed during the 4.0.0 import.
* Update jemalloc to version 4.0.0.jasone2015-08-181-57/+198
|
* Update jemalloc to version 3.6.0.jasone2014-03-311-6/+6
|
* Update jemalloc to version 3.5.0.jasone2014-01-231-40/+59
|
* Update jemalloc to version 3.4.1.jasone2013-10-211-4/+4
|
* Update jemalloc to version 3.4.0.jasone2013-06-031-8/+49
|
* Import jemalloc 3.3.0. This reduces zeroed memory validation overhead forjasone2013-01-241-8/+8
| | | | non-MALLOC_PRODUCTION builds.
* Import jemalloc 3.2.0.jasone2012-11-101-13/+13
|
* Since our clang now supports the tls_model attribute, remove thedim2012-08-231-5/+1
| | | | | | workaround for it in jemalloc_FreeBSD.h. Reviewed by: jasone
* Fix config_lazy_lock so that thread caching isn't used forjasone2012-05-131-1/+16
| | | | single-threaded applications.
* Import jemalloc 3.0.0. This fixes memory zeroing bugs that manifested asjasone2012-05-121-2/+2
| | | | | jemalloc assertion failures for debug builds, or as calloc() sometimes returning non-zeroed memory for production builds.
* Import jemalloc 37b6f95dcd866f51c91488531a2efc3ed4c2b754 (dev branch,jasone2012-05-101-29/+34
| | | | | prior to 3.0.0 release). This version is likely very close to what will be 3.0.0.
* Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,jasone2012-04-221-11/+4
| | | | | | | | | 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.
* Import jemalloc 606f1fdc3cdbc700717133ca56685313caea24bb (dev branch,jasone2012-04-211-7/+27
| | | | prior to 3.0.0 release), and mangle internal symbols.
* Import jemalloc b57d3ec571c6551231be62b7bf92c084a8c8291c (dev branch,jasone2012-04-171-3/+5
| | | | | prior to 3.0.0 release), which supports atomic operations based on atomic(9). This should fix build failures for several platforms.
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,jasone2012-04-171-0/+247
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