公告板
版本库
filestore
活动
搜索
登录
main
/
gp-client
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'增加l2稳定性'
admin
2022-11-05
3680049029e6a193eae069596be04ce0fb2b1303
[gp-client.git]
/
jemalloc
/
x64
/
include
/
jemalloc
/
internal
/
public_namespace.sh
1
2
3
4
5
6
#!/bin/sh
for nm in `cat $1` ; do
n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
echo "#define je_${n} JEMALLOC_N(${n})"
done