mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
1f279f7006
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 |
||
---|---|---|
.. | ||
actors | ||
app | ||
base | ||
branding | ||
components | ||
config | ||
docs | ||
extensions | ||
fonts | ||
fxr | ||
installer | ||
locales | ||
modules | ||
themes | ||
tools/mozscreenshots | ||
.eslintrc.js | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
defs.mk | ||
l10n-registry.manifest | ||
LICENSE | ||
Makefile.in | ||
moz.build | ||
moz.configure |