mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
if [ "x${enable_fill}" = "x1" ] ; then
|
|
export MALLOC_CONF="junk:false"
|
|
fi
|