index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jemalloc
/
internal
/
private_namespace.sh
blob: cd25eb3061eccd1a81180cac9960802405ad4658 (
plain
)
1
2
3
4
5
#!/bin/sh
for
symbol
in
`cat $1`
;
do
echo
"#define ${symbol} JEMALLOC_N(${symbol})"
done