xref
: /
netbsd-src
/
external
/
bsd
/
jemalloc.old
/
dist
/
include
/
jemalloc
/
internal
/
private_namespace.sh
(revision 4439cfd0acf9c7dc90625e5cd83b2317a9ab8967)
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