Home
last modified time | relevance | path

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

/external/jemalloc_new/
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}])
Dconfigure9816 enableval=$enable_xmalloc; if test "x$enable_xmalloc" = "xno" ; then
9817 enable_xmalloc="0"
9819 enable_xmalloc="1"
9823 enable_xmalloc="0"
9827 if test "x$enable_xmalloc" = "x1" ; then
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: xmalloc : ${enable_xmalloc}" >&5
13722 $as_echo "xmalloc : ${enable_xmalloc}" >&6; }