File: jemalloc.pc.in

package info (click to toggle)
redis 5%3A5.0.14-1%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,868 kB
  • sloc: ansic: 122,687; tcl: 14,661; sh: 4,392; perl: 4,138; makefile: 1,332; ruby: 580; cpp: 364; python: 162
file content (12 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
install_suffix=@install_suffix@

Name: jemalloc
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
URL: http://jemalloc.net/
Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
Cflags: -I${includedir}
Libs: -L${libdir} -ljemalloc${install_suffix}