File: jemalloc.sh.in

package info (click to toggle)
jemalloc 5.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,652 kB
  • sloc: ansic: 62,360; perl: 4,214; sh: 3,716; makefile: 697; cpp: 374; python: 335; csh: 7
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (52)
1
2
3
4
5
6
7
8
9
#!/bin/sh

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@

@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SOREV@
export @LD_PRELOAD_VAR@
exec "$@"