add malloc_zone_statistics, remove mstats
[oota-llvm.git] / include / llvm / Config / config.h.in
index 17e3be2154e62c04d6d86779c994373b572cfd02..0a9bffa18b016a8e2f8beaa323b3f56380f5b4c5 100644 (file)
 /* Define to 1 if you have the <malloc/malloc.h> header file. */
 #undef HAVE_MALLOC_MALLOC_H
 
+/* Define to 1 if you have the `malloc_zone_statistics' function. */
+#undef HAVE_MALLOC_ZONE_STATISTICS
+
 /* Define to 1 if you have the `memcpy' function. */
 #undef HAVE_MEMCPY
 
 /* Define if mmap() can map files into memory */
 #undef HAVE_MMAP_FILE
 
-/* Define to 1 if you have the `mstats' function. */
-#undef HAVE_MSTATS
-
 /* define if the compiler implements namespaces */
 #undef HAVE_NAMESPACES