server-skynet-source-3rd-je.../include/jemalloc/internal/public_namespace.sh
2017-01-20 21:45:53 -08:00

7 lines
129 B
Bash
Executable File

#!/bin/sh
for nm in `cat $1` ; do
n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
echo "#define je_${n} JEMALLOC_N(${n})"
done