]> git.proxmox.com Git - rustc.git/blob - src/jemalloc/test/unit/prof_idump.sh
New upstream version 1.22.1+dfsg1
[rustc.git] / src / jemalloc / test / unit / prof_idump.sh
1 #!/bin/sh
2
3 if [ "x${enable_prof}" = "x1" ] ; then
4 export MALLOC_CONF="prof:true,prof_accum:true,prof_active:false,lg_prof_sample:0,lg_prof_interval:0"
5 fi
6
7