File: infallible_new_true.sh

package info (click to toggle)
jemalloc 5.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,648 kB
  • sloc: ansic: 62,360; perl: 4,214; sh: 3,716; makefile: 700; cpp: 374; python: 335; csh: 7
file content (8 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#!/bin/sh

XMALLOC_STR=""
if [ "x${enable_xmalloc}" = "x1" ] ; then
  XMALLOC_STR="xmalloc:false,"
fi

export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:true"