secgateway/Platform/thirdparty/arm64/usr/local/bin/jemalloc.sh

10 lines
145 B
Bash
Raw Normal View History

2019-06-19 09:10:58 +00:00
#!/bin/sh
prefix=/usr/local
exec_prefix=/usr/local
libdir=${exec_prefix}/lib
LD_PRELOAD=${libdir}/libjemalloc.so.2
export LD_PRELOAD
exec "$@"