1 #!/bin/sh 2 3 for symbol in `cat "$@"` ; do 4 echo "#define ${symbol} JEMALLOC_N(${symbol})" 5 done 6
Indexes created Mon Mar 02 05:31:46 UTC 2026