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