gecko-dev/memory/mozalloc
Rafael Ávila de Espíndola 2f6db18989 Bug 657528 - Use a volatile pointer to force a trap; r=ehsan
Clang issues the warning:
mozalloc_abort.cpp:64:22: warning: indirection of non-volatile null pointer will be deleted, not trap [-Wnull-dereference]

And sure enough, TouchBadMemory is currently broken with clang. That breaks mozalloc_abort
which breaks NS_DebugBreak which breaks the crashreport test.
2011-05-16 21:07:06 -04:00
..
ld_malloc_wrappers.c
Makefile.in Bug 655480 - Remove WinCE code from memory/* ; r=pbiggar 2011-05-08 10:29:59 +02:00
mozalloc_abort.cpp Bug 657528 - Use a volatile pointer to force a trap; r=ehsan 2011-05-16 21:07:06 -04:00
mozalloc_abort.h
mozalloc_macro_wrappers.h
mozalloc_oom.cpp
mozalloc_oom.h
mozalloc_undef_macro_wrappers.h
mozalloc.cpp Bug 633857 - missing #includes for OpenBSD (mozalloc part). r=cjones 2011-04-14 17:49:38 +09:00
mozalloc.h Bug 578546 - Fix MSVC warning spam by adjusting ifdef to include MSVC. r=cjones a=benjamin 2010-11-16 10:19:23 +01:00
msvc_raise_wrappers.cpp Bug 577011 fix typo of last commit a=bustage 2010-11-09 19:17:10 +08:00
msvc_raise_wrappers.h
msvc_throw_wrapper.cpp Bug 577011 there's another typo a=bustage 2010-11-09 19:29:09 +08:00
msvc_throw_wrapper.h
throw_gcc.h
throw_msvc.h