[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 13 23:24:29 PST 2005



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.58 -> 1.59
---
Log message:

add malloc_zone_statistics, remove mstats


---
Diffs of the changes:  (+3 -3)

 config.h.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.58 llvm/include/llvm/Config/config.h.in:1.59
--- llvm/include/llvm/Config/config.h.in:1.58	Mon Nov 14 00:57:34 2005
+++ llvm/include/llvm/Config/config.h.in	Mon Nov 14 01:24:17 2005
@@ -188,6 +188,9 @@
 /* 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
 
@@ -216,9 +219,6 @@
 /* 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
 






More information about the llvm-commits mailing list