f-stack/app/redis-6.2.6/deps/jemalloc/test/unit/zero.sh

6 lines
109 B
Bash

#!/bin/sh
if [ "x${enable_fill}" = "x1" ] ; then
export MALLOC_CONF="abort:false,junk:false,zero:true"
fi