1 #!/bin/sh 2 3 XMALLOC_STR="" 4 if [ "x${enable_xmalloc}" = "x1" ] ; then 5 XMALLOC_STR="xmalloc:false," 6 fi 7 8 export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:false" 9
Indexes created Mon Mar 02 05:31:46 UTC 2026