Blame memkind-1.10.0/jemalloc/test/unit/prof_idump.sh

Packit Service 724aca
#!/bin/sh
Packit Service 724aca
Packit Service 724aca
export MALLOC_CONF="tcache:false"
Packit Service 724aca
if [ "x${enable_prof}" = "x1" ] ; then
Packit Service 724aca
  export MALLOC_CONF="${MALLOC_CONF},prof:true,prof_accum:true,prof_active:false,lg_prof_sample:0,lg_prof_interval:0"
Packit Service 724aca
fi
Packit Service 724aca
Packit Service 724aca