Blame memkind-1.10.1/jemalloc/test/unit/prof_thread_name.sh

Packit Service 7f3b24
#!/bin/sh
Packit Service 7f3b24
Packit Service 7f3b24
if [ "x${enable_prof}" = "x1" ] ; then
Packit Service 7f3b24
  export MALLOC_CONF="prof:true,prof_active:false"
Packit Service 7f3b24
fi