Home | History | Annotate | Download | only in jemalloc
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 install_suffix=@install_suffix@
      6 
      7 Name: jemalloc
      8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
      9 URL: http://jemalloc.net/
     10 Version: @jemalloc_version@
     11 Cflags: -I${includedir}
     12 Libs: -L${libdir} -ljemalloc${install_suffix}
     13