Page MenuHomeFreeBSD

jemalloc: don't expose 3.0 compat symbols
ClosedPublic

Authored by brooks on Aug 22 2024, 12:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 1:08 AM
Unknown Object (File)
Tue, Sep 30, 7:57 PM
Unknown Object (File)
Sun, Sep 21, 12:26 AM
Unknown Object (File)
Fri, Sep 19, 10:38 PM
Unknown Object (File)
Sep 7 2025, 6:11 AM
Unknown Object (File)
Sep 3 2025, 5:05 AM
Unknown Object (File)
Aug 30 2025, 9:15 AM
Unknown Object (File)
Aug 17 2025, 8:06 AM
Subscribers

Details

Summary

Don't provide default linkage for jemalloc 3.0 compatability symbols.
We stopped declaring these interfaces with the introduction of jemalloc
4.0 prior to FreeBSD 11.0. Any code using them would have had to
declare them manually so stop declaring them and export the symbols
directly for compatability. Arguably they should be x86 only as they
were never declared on other Tier-1 architectures.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable