mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
63e7e7ede4
The Win32 has non-malloc based heap allocation functions. They are not widely used in the Gecko code base, but there are a few places that do use them. They could be replaced with uses of malloc/free/realloc or new/delete, but there is now an entirely separate problem that requires wrapping those functions: the Rust static libraries are using those functions to allocate memory. |
||
---|---|---|
.. | ||
build | ||
fallible | ||
jemalloc | ||
mozalloc | ||
mozjemalloc | ||
replace | ||
volatile | ||
moz.build |