Your IP : 216.73.217.110


Current Path : /proc/thread-self/root/bin/
Upload File :
Current File : //proc/thread-self/root/bin/jemalloc.sh

#!/bin/sh

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib64

LD_PRELOAD=${libdir}/libjemalloc.so.2
export LD_PRELOAD
exec "$@"