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
F151442581: D46407.id142353.diff
Wed, Apr 8, 10:49 AM
Unknown Object (File)
Sat, Mar 28, 4:44 AM
Unknown Object (File)
Thu, Mar 26, 9:20 AM
Unknown Object (File)
Thu, Mar 26, 9:20 AM
Unknown Object (File)
Wed, Mar 25, 4:30 AM
Unknown Object (File)
Feb 7 2026, 7:17 PM
Unknown Object (File)
Feb 7 2026, 6:22 PM
Unknown Object (File)
Feb 1 2026, 11:22 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