2014-09-20 05:01:23 +08:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
2015-02-12 03:38:10 +08:00
|
|
|
install_suffix=@install_suffix@
|
2014-09-20 05:01:23 +08:00
|
|
|
|
|
|
|
Name: jemalloc
|
|
|
|
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
|
2016-09-13 02:56:24 +08:00
|
|
|
URL: http://jemalloc.net/
|
2018-05-08 05:51:33 +08:00
|
|
|
Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
|
2014-09-20 05:01:23 +08:00
|
|
|
Cflags: -I${includedir}
|
2015-02-12 03:38:10 +08:00
|
|
|
Libs: -L${libdir} -ljemalloc${install_suffix}
|