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_unnamespace.sh
blob: 23fed8e8034beb2fd3a42e708bcc5605a4d691e6 (
plain
)
1
2
3
4
5
#!/bin/sh
for
symbol
in
`cat $1`
;
do
echo
"#undef ${symbol}"
done