gecko-dev/memory
Chris Peterson 50b1318658 Bug 1736968 - Change MOZ_CRASH() to MOZ_ASSUME_UNREACHABLE_MARKER() for abort()'s ARM noreturn case. r=glandium
This MOZ_CRASH() is redundant after calling noreturn function mozalloc_abort. The MOZ_ASSUME_UNREACHABLE_MARKER() annotation makes ARM's "function declared 'noreturn' should not return" warnings go away.

Differential Revision: https://phabricator.services.mozilla.com/D129115
2021-10-29 06:04:09 +00:00
..
build Bug 1735250 - Provide a less-magic array size for jemalloc_stats r=glandium 2021-10-21 06:42:34 +00:00
gtest
mozalloc Bug 1736968 - Change MOZ_CRASH() to MOZ_ASSUME_UNREACHABLE_MARKER() for abort()'s ARM noreturn case. r=glandium 2021-10-29 06:04:09 +00:00
mozjemalloc_info
replace Bug 1737199 - Avoid some VLAs when using jemalloc_stats r=glandium 2021-10-27 08:46:51 +00:00
volatile
app.mozbuild
moz.build
moz.configure