This website requires JavaScript.
Explore
Help
Sign In
gvsafronov
/
futriix-old
Watch
1
Star
0
Fork
0
You've already forked futriix-old
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
futriix-old
/
deps
/
jemalloc
/
include
/
jemalloc
/
internal
/
private_namespace.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Jemalloc updated to 3.6.0. Not a single bug in about 3 months, and our previous version was too old (3.2.0).
2014-06-20 14:59:18 +02:00
#!/bin/sh
Jemalloc upgraded to version 5.0.1.
2018-05-24 17:17:37 +02:00
for
symbol in
`
cat
"
$@
"
`
;
do
echo
"
#define
${
symbol
}
JEMALLOC_N(
${
symbol
}
)
"
Jemalloc updated to 3.6.0. Not a single bug in about 3 months, and our previous version was too old (3.2.0).
2014-06-20 14:59:18 +02:00
done
Reference in New Issue
Copy Permalink