1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: jemalloc
Priority: optional
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends:
debhelper-compat (= 13),
docbook-xml <!nodoc>,
docbook-xsl <!nodoc>,
xsltproc <!nodoc>,
Standards-Version: 4.6.1
Section: libs
Homepage: http://jemalloc.net/
Vcs-Browser: https://salsa.debian.org/debian/jemalloc
Vcs-Git: https://salsa.debian.org/debian/jemalloc.git
Rules-Requires-Root: no
Package: libjemalloc-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libjemalloc2 (= ${binary:Version})
Suggests: binutils
Description: development files and documentation for jemalloc
Files used for development with jemalloc. This package contains
headers and documentation.
.
jemalloc is a library providing a malloc(3) implementation for
multi-threaded processes on multi-processor systems.
Package: libjemalloc2
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: general-purpose scalable concurrent malloc(3) implementation
A library providing a malloc(3) implementation for multi-threaded processes on
multi-processor systems.
.
Notable features are reduced lock contention, predictable low fragmentation,
and introspection with heap profiling.
|