summaryrefslogtreecommitdiffstats
path: root/deps/jemalloc/test/integration/cpp/infallible_new_true.sh
blob: 4a0ff542da7a5101ea683c4fa106e3e0ac318748 (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:true"