Fix all the non-VEX problems identified with the Clang Static Analyzer.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9416 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/pub_tool_mallocfree.h b/include/pub_tool_mallocfree.h
index 9074d17..efab2c2 100644
--- a/include/pub_tool_mallocfree.h
+++ b/include/pub_tool_mallocfree.h
@@ -47,6 +47,7 @@
 
 // TODO: move somewhere else
 // Call here to bomb the system when out of memory (mmap anon fails)
+__attribute__((noreturn))
 extern void VG_(out_of_memory_NORETURN) ( HChar* who, SizeT szB );
 
 #endif   // __PUB_TOOL_MALLOCFREE_H