Files
palemoon27/memory/jemalloc/src/jemalloc.pc.in
T
Gpower2 4d7fd7120f Revert "Update jemalloc to 4.3.1"
This reverts commit 97bf39db4c89441518b15b4a55b06eb75de080f8.
2018-07-25 06:34:59 +08:00

12 lines
348 B
Plaintext

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: jemalloc
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
URL: http://www.canonware.com/jemalloc
Version: @jemalloc_version@
Cflags: -I${includedir}
Libs: -L${libdir} -ljemalloc