gecko-dev/browser/config/mozconfigs
Tom Ritter 1f279f7006 Bug 1547519 - Fix jemalloc redirections for MinGW build r=glandium
In the MinGW build, calls to malloc inside mozglue were not being
redirected as defined in the .def file. We create aliases for the
redirected functions to correctly redirect them inside mozglue.

An alternate solution for this exists. Rather than creating the
importlib during the linking step for mozglue, we could have used
dlltool to create it, and then provided it during linking. This
would allow mozglue to know that it should redirect calls to malloc
to je_malloc as specified in the .def file.

Differential Revision: https://phabricator.services.mozilla.com/D38407

--HG--
extra : moz-landing-system : lando
2019-09-04 02:40:08 +00:00
..
linux32 Bug 1562258 - Disable tests on instrumented builds; r=froydnj 2019-07-01 20:09:48 +00:00
linux64 Bug 1478331 - Include common-opt mozconfig from nightly-asan-reporter instead of duplicating much of it. r=dmajor 2019-08-26 13:54:14 +00:00
linux64-aarch64 Bug 1549886 - Enable MOZ_TELEMETRY_REPORTING by default when MOZILLA_OFFICIAL is set. r=froydnj 2019-05-08 14:33:56 +00:00
macosx64 Bug 1577528 - Remove hardcoded clang version in ccov mozconfigs r=froydnj 2019-08-30 13:46:11 +00:00
win32 Bug 1547519 - Fix jemalloc redirections for MinGW build r=glandium 2019-09-04 02:40:08 +00:00
win64 Bug 1547519 - Fix jemalloc redirections for MinGW build r=glandium 2019-09-04 02:40:08 +00:00
win64-aarch64 Bug 1486042 - switch all existing `MOZ_LTO` configs to use cross-language LTO; r=dmajor 2019-07-16 02:39:16 +00:00
common
whitelist Bug 1549886 - Enable MOZ_TELEMETRY_REPORTING by default when MOZILLA_OFFICIAL is set. r=froydnj 2019-05-08 14:33:56 +00:00