xref
: /
netbsd-src
/
external
/
bsd
/
jemalloc
/
dist
/
include
/
jemalloc
/
internal
/
private_namespace.sh
(revision a0698ed9d41653d7a2378819ad501a285ca0d401)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
for
symbol
in
`
cat
"$@"
` ;
do
4
echo
"#define ${symbol} JEMALLOC_N(${symbol})"
5
done
6