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)
Mon, Feb 24, 10:26 AM
Unknown Object (File)
Feb 16 2025, 12:09 AM
Unknown Object (File)
Feb 10 2025, 11:39 AM
Unknown Object (File)
Feb 9 2025, 8:26 PM
Unknown Object (File)
Feb 9 2025, 7:33 PM
Unknown Object (File)
Jan 18 2025, 4:16 AM
Unknown Object (File)
Jan 17 2025, 2:26 PM
Unknown Object (File)
Dec 24 2024, 7:13 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