OSDN Git Service

2008-03-12 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / libmudflap / mf-impl.h
index e61f4b7..728a58b 100644 (file)
@@ -134,6 +134,11 @@ struct __mf_options
   /* Print list of leaked heap objects on shutdown. */
   unsigned print_leaks;
 
+#ifdef HAVE___LIBC_FREERES
+  /* Call __libc_freeres before leak analysis. */
+  unsigned call_libc_freeres;
+#endif
+
   /* Detect reads of uninitialized objects. */
   unsigned check_initialization;