futriix/deps/jemalloc/include/jemalloc/internal/private_namespace.sh
antirez 72090a63a7 Jemalloc updated to 3.6.0.
Not a single bug in about 3 months, and our previous version was
too old (3.2.0).
2014-06-20 14:59:20 +02:00

6 lines
93 B
Bash
Executable File

#!/bin/sh
for symbol in `cat $1` ; do
echo "#define ${symbol} JEMALLOC_N(${symbol})"
done