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:true" 9
Indexes created Sun Mar 01 05:31:48 UTC 2026