gecko-dev/memory
Mike Hommey 79bfecf6b3 Bug 1648340 - Include cstdlib/stdlib.h first in mozalloc.h. r=froydnj
I don't know why this isn't a problem currently, but it becomes one with
the #include orders in some of the source files in mozglue/linker, where
the compiler complains about the allocator functions being defined
differently wrt exceptions if they are defined via malloc_decls before
cstdlib/stdlib.h is included.

Differential Revision: https://phabricator.services.mozilla.com/D81022
2020-06-25 11:01:04 +00:00
..
build Bug 1553717 - Use Randomization on all arenas in non-Content Processes. r=glandium 2020-05-13 08:31:04 +00:00
gtest Bug 1610720 - Change moz_dispose_arena to allow to free empty arenas. r=erahm 2020-01-24 02:06:32 +00:00
mozalloc Bug 1648340 - Include cstdlib/stdlib.h first in mozalloc.h. r=froydnj 2020-06-25 11:01:04 +00:00
replace Bug 1512991 - Add JsonWriteFunc::Write to take string length. r=botond 2020-05-08 16:24:31 +00:00
volatile Bug 1598068 - Add ashmem abstraction to mozglue and use it everywhere r=glandium,jld 2020-03-06 19:04:49 +00:00
app.mozbuild
moz.build Bug 1562358 - Move fallible.h into MFBT. r=glandium 2019-07-10 01:51:15 +00:00
moz.configure