redict/deps/jemalloc/test/integration/cpp/infallible_new_false.sh
2023-05-01 15:38:08 +03:00

9 lines
172 B
Bash

#!/bin/sh
XMALLOC_STR=""
if [ "x${enable_xmalloc}" = "x1" ] ; then
XMALLOC_STR="xmalloc:false,"
fi
export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:false"