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