mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
add malloc_zone_statistics, remove mstats
llvm-svn: 24350
This commit is contained in:
parent
d778f6ce06
commit
ad22577daf
@ -516,7 +516,7 @@ dnl===-----------------------------------------------------------------------===
|
||||
AC_CHECK_FUNCS([backtrace getcwd getpagesize getrusage gettimeofday ])
|
||||
AC_CHECK_FUNCS([isatty mkdtemp mkstemp mktemp ])
|
||||
AC_CHECK_FUNCS([realpath sbrk setrlimit strdup strerror strerror_r ])
|
||||
AC_CHECK_FUNCS([strtoll strtoq sysconf mstats ])
|
||||
AC_CHECK_FUNCS([strtoll strtoq sysconf malloc_zone_statistics ])
|
||||
AC_C_PRINTF_A
|
||||
AC_FUNC_ALLOCA
|
||||
AC_FUNC_RAND48
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user