Surely no need to check for malloc, realloc, calloc and free
Change-Id: Ie2176e830d6c759657936b48c8ac6860aacf3d9d
This commit is contained in:
@@ -6612,7 +6612,6 @@ AC_MSG_CHECKING([which memory allocator to use])
|
|||||||
if test "$with_alloc" = "system"; then
|
if test "$with_alloc" = "system"; then
|
||||||
AC_MSG_RESULT([system])
|
AC_MSG_RESULT([system])
|
||||||
ALLOC="SYS_ALLOC"
|
ALLOC="SYS_ALLOC"
|
||||||
AC_CHECK_FUNCS([malloc realloc calloc free])
|
|
||||||
fi
|
fi
|
||||||
if test "$with_alloc" = "tcmalloc"; then
|
if test "$with_alloc" = "tcmalloc"; then
|
||||||
AC_MSG_RESULT(tcmalloc)
|
AC_MSG_RESULT(tcmalloc)
|
||||||
@@ -6635,7 +6634,6 @@ if test "$with_alloc" = "jemalloc"; then
|
|||||||
else
|
else
|
||||||
AC_MSG_RESULT([system])
|
AC_MSG_RESULT([system])
|
||||||
ALLOC="SYS_ALLOC"
|
ALLOC="SYS_ALLOC"
|
||||||
AC_CHECK_FUNCS([malloc realloc calloc free])
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if test "$with_alloc" = "internal" -o -z "$with_alloc"; then
|
if test "$with_alloc" = "internal" -o -z "$with_alloc"; then
|
||||||
|
Reference in New Issue
Block a user