| 6371645d | 15-Aug-2025 |
Warner Losh <imp@FreeBSD.org> |
jemalloc: Add JEMALLOC_PRIVATE_NAMESPACE for the libc namespace
Gate the namespace dance on this define. This allows us to bootstrap new versions of jemalloc more easily. One of the steps of import
jemalloc: Add JEMALLOC_PRIVATE_NAMESPACE for the libc namespace
Gate the namespace dance on this define. This allows us to bootstrap new versions of jemalloc more easily. One of the steps of import is building to find what symbols need to be private. When we do that, we don't want to do this dance.
No functional change.
Sponsored by: Netflix
show more ...
|
| 718b13ba | 15-Aug-2025 |
Warner Losh <imp@FreeBSD.org> |
jemalloc: Add FreeBSD's updates to jemalloc_preamble.h.in
jemalloc_preample.h is generated, and FreeBSD has made some changes which we update using configure, etc on version updates.
No functional
jemalloc: Add FreeBSD's updates to jemalloc_preamble.h.in
jemalloc_preample.h is generated, and FreeBSD has made some changes which we update using configure, etc on version updates.
No functional change.
Sponsored by: Netflix
show more ...
|
| 7bcf5319 | 13-Dec-2024 |
Warner Losh <imp@FreeBSD.org> |
jemalloc: Reduce diffs to 5.2.1 revert to using JEMALLOC_FALLTHROUGH
In the import of 5.2.1 (c5ad81420c495), JEMALLOC_FALLTHROUGH was changed to break (judging by the tagged upstream sources). This
jemalloc: Reduce diffs to 5.2.1 revert to using JEMALLOC_FALLTHROUGH
In the import of 5.2.1 (c5ad81420c495), JEMALLOC_FALLTHROUGH was changed to break (judging by the tagged upstream sources). This changes it back to upstream. No functional change: this is just a textual change (though the fallthrough macro doesn't expand to break).
Sponsored by: Netflix
show more ...
|