xref: /netbsd-src/external/bsd/jemalloc/dist/test/integration/cpp/infallible_new_true.sh (revision 4439cfd0acf9c7dc90625e5cd83b2317a9ab8967)
1#!/bin/sh
2
3XMALLOC_STR=""
4if [ "x${enable_xmalloc}" = "x1" ] ; then
5  XMALLOC_STR="xmalloc:false,"
6fi
7
8export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:true"
9