Log In
source-git
/
memkind
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
345191d8b592e9a65c0febde09569c34fd3b66e8
345191d8b592e9a65c0febde09569c34fd3b66e8
jemalloc
include
jemalloc
internal
private_namespace.sh
Fork and Edit
Blob
Blame
History
Raw
#!/bin/sh for symbol in `cat "$@"` ; do echo "#define ${symbol} JEMALLOC_N(${symbol})" done