xref
: /
aosp_15_r20
/
external
/
jemalloc_new
/
include
/
jemalloc
/
internal
/
private_namespace.sh
(revision 1208bc7e437ced7eb82efac44ba17e3beba411da)
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