|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
dcc6ef16 |
| 14-May-2020 |
Konstantin Belousov <[email protected]> |
Add memalign(3), mostly for glibc compatibility.
Reviewed by: emaste, imp (previous version) Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.or
Add memalign(3), mostly for glibc compatibility.
Reviewed by: emaste, imp (previous version) Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D24307
show more ...
|
| #
4f5f00d8 |
| 12-May-2020 |
Konstantin Belousov <[email protected]> |
Clear namespace pollution in include/malloc_np.h
Do not include stdbool.h, it makes the header incompatible with some third-party code that typedefs bool manually. Remove inclusion of strings.h, whi
Clear namespace pollution in include/malloc_np.h
Do not include stdbool.h, it makes the header incompatible with some third-party code that typedefs bool manually. Remove inclusion of strings.h, which typically conflicts with the use of symbol 'index'. Separate inclusion of sys/cdefs.h is not needed because sys/types.h already handles that.
Exp-run by: antoine (PR 245366) Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24297
show more ...
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
e58eb3c4 |
| 25-Nov-2017 |
Pedro F. Giffuni <[email protected]> |
include: General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manua
include: General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
b7eaed25 |
| 15-Jun-2017 |
Jason Evans <[email protected]> |
Update jemalloc to 5.0.0.
|
|
Revision tags: release/11.0.1, release/11.0.0, 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 ...
|
| #
30db11dd |
| 19-Aug-2015 |
Jason Evans <[email protected]> |
Use bool rather than _Bool for C++ compatibility.
Submitted by: Nikolai Lifanov
|
| #
c13244b9 |
| 19-Aug-2015 |
Jason Evans <[email protected]> |
Fix minor malloc regressions.
- 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 file
Fix minor malloc regressions.
- 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
show more ...
|
| #
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 |
|
| #
f921d10f |
| 23-Jan-2014 |
Jason Evans <[email protected]> |
Update jemalloc to version 3.5.0.
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0 |
|
| #
9dfba391 |
| 25-May-2013 |
Marcel Moolenaar <[email protected]> |
Make the malloc(3) family of functions weak and make their non-weak implementations visible for use by applications. The functions $F that are now weak symbols are: allocm, calloc, dallocm, free, ma
Make the malloc(3) family of functions weak and make their non-weak implementations visible for use by applications. The functions $F that are now weak symbols are: allocm, calloc, dallocm, free, malloc, malloc_usable_size, nallocm, posix_memalign, rallocm, realloc, sallocm
The non-weak implementations of $F are exported as __$F.
Submitted by: [email protected] Reviewed by: jasone@, kib@ Approved by: jasone@ (jemalloc) Obtained from: juniper Networks, Inc
show more ...
|
|
Revision tags: release/9.1.0 |
|
| #
7d0d2b0f |
| 22-May-2012 |
Hartmut Brandt <[email protected]> |
Fix a compilation error with some compilers: __attribute__ requires two parenthesis for its argument, but instead of using __attribute__ directly, use the appropriate __nonnull macro from cdefs.h.
|
| #
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 ...
|
|
Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
| #
78a6842d |
| 30-Jun-2006 |
Jason Evans <[email protected]> |
Add __{BEGIN,END}_DECLS macros, so that function prototypes remain unmangled for C++ programs.
Submitted by: Niklas Sorensson <[email protected]>
|
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
| #
6b2c15da |
| 28-Mar-2006 |
Jason Evans <[email protected]> |
Add malloc_usable_size(3).
Discussed with: arch@
|