[llvm] r282781 - Sort mallctl, fix comment for mallinfo.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 14:33:53 PDT 2016


Author: joerg
Date: Thu Sep 29 16:33:53 2016
New Revision: 282781

URL: http://llvm.org/viewvc/llvm-project?rev=282781&view=rev
Log:
Sort mallctl, fix comment for mallinfo.

Modified:
    llvm/trunk/include/llvm/Config/config.h.cmake

Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=282781&r1=282780&r2=282781&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Thu Sep 29 16:33:53 2016
@@ -148,7 +148,10 @@
 /* Define to 1 if you have the <mach/mach.h> header file. */
 #cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
 
-/* Define if mallinfo() is available on this platform. */
+/* Define to 1 if you have the `mallctl` function. */
+#cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
+
+/* Define to 1 if you have the `mallinfo' function. */
 #cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
 
 /* Define to 1 if you have the <malloc.h> header file. */
@@ -160,9 +163,6 @@
 /* Define to 1 if you have the `malloc_zone_statistics' function. */
 #cmakedefine HAVE_MALLOC_ZONE_STATISTICS ${HAVE_MALLOC_ZONE_STATISTICS}
 
-/* Define to 1 if you have the `mallctl` function. */
-#cmakedefine HAVE_MALLCTL ${HAVE_MALLCTL}
-
 /* Define to 1 if you have the `mkdtemp' function. */
 #cmakedefine HAVE_MKDTEMP ${HAVE_MKDTEMP}
 




More information about the llvm-commits mailing list