Home
last modified time | relevance | path

Searched refs:enable_xmalloc (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac1234 [if test "x$enable_xmalloc" = "xno" ; then
1235 enable_xmalloc="0"
1237 enable_xmalloc="1"
1240 [enable_xmalloc="0"]
1242 if test "x$enable_xmalloc" = "x1" ; then
1245 AC_SUBST([enable_xmalloc]) subst
2289 AC_MSG_RESULT([xmalloc : ${enable_xmalloc}])
H A Dconfigure9804 enableval=$enable_xmalloc; if test "x$enable_xmalloc" = "xno" ; then
9805 enable_xmalloc="0"
9807 enable_xmalloc="1"
9811 enable_xmalloc="0"
9815 if test "x$enable_xmalloc" = "x1" ; then
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: xmalloc : ${enable_xmalloc}" >&5
13710 $as_echo "xmalloc : ${enable_xmalloc}" >&6; }