]> git.proxmox.com Git - rustc.git/blob - src/jemalloc/test/unit/junk_alloc.sh
New upstream version 1.22.1+dfsg1
[rustc.git] / src / jemalloc / test / unit / junk_alloc.sh
1 #!/bin/sh
2
3 if [ "x${enable_fill}" = "x1" ] ; then
4 export MALLOC_CONF="abort:false,zero:false,redzone:true,quarantine:0,junk:alloc"
5 fi