gecko-dev/memory
Mike Hommey 63e7e7ede4 Bug 1280578 - Wrap HeapAlloc, HeapFree and HeapReAlloc on Windows. r=njn
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.
2016-07-20 14:04:40 +09:00
..
build Bug 1284677 - Change how the default OSX malloc zone is found. r=njn 2016-07-08 14:48:16 +09:00
fallible Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
jemalloc Bug 1269959 - Update jemalloc 4 to version 4.1.1. r=glandium 2016-05-03 20:26:00 -04:00
mozalloc Bug 1280578 - Wrap HeapAlloc, HeapFree and HeapReAlloc on Windows. r=njn 2016-07-20 14:04:40 +09:00
mozjemalloc Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
replace Bug 1282185 (part 2) - Fix an assertion failure in DMD. r=erahm. 2016-07-13 19:32:27 +10:00
volatile Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
moz.build bug 1244743 - Replace MOZ_NATIVE_X with MOZ_SYSTEM_X. r=gps 2016-02-01 10:49:34 -05:00