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)
Sat, Jan 18, 4:16 AM
Unknown Object (File)
Fri, Jan 17, 2:26 PM
Unknown Object (File)
Dec 24 2024, 7:13 PM
Unknown Object (File)
Dec 10 2024, 4:16 AM
Unknown Object (File)
Nov 21 2024, 7:09 AM
Unknown Object (File)
Oct 23 2024, 8:39 PM
Unknown Object (File)
Oct 23 2024, 8:38 PM
Unknown Object (File)
Oct 23 2024, 8:38 PM
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