blob: af3f945d42f7f77c99b880e20bad332af05546a1 [file] [log] [blame]
Nick White913e9a82014-09-19 22:01:23 +01001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: jemalloc
7Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
8URL: http://www.canonware.com/jemalloc
9Version: @jemalloc_version@
10Cflags: -I${includedir}
11Libs: -L${libdir} -ljemalloc