summaryrefslogtreecommitdiffstats
path: root/deps/jemalloc/test/integration/cpp/infallible_new_false.sh
blob: 7d41812ce3a484c9772e94fe40750c21e04dbc93 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

XMALLOC_STR=""
if [ "x${enable_xmalloc}" = "x1" ] ; then
  XMALLOC_STR="xmalloc:false,"
fi

export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:false"