xref: /netbsd-src/external/bsd/jemalloc/dist/test/integration/cpp/infallible_new_false.sh (revision 7bdf38e5b7a28439665f2fdeff81e36913eef7dd)
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:false"
9