Source: jemalloc Maintainer: Faidon Liambotis Build-Depends: debhelper-compat (= 13), docbook-xml , docbook-xsl , xsltproc , Standards-Version: 4.7.4 Homepage: https://jemalloc.net/ Vcs-Browser: https://salsa.debian.org/debian/jemalloc Vcs-Git: https://salsa.debian.org/debian/jemalloc.git Section: libs Description: Scalable, concurrent memory allocator and malloc replacement jemalloc is a general-purpose memory allocator designed for high concurrency and low fragmentation. It provides replacements for the standard malloc(3), free(3) and related functions with performance tuned for multithreaded server applications and long-running processes. . jemalloc uses multiple arenas, per-thread caches and other strategies to reduce contention and memory fragmentation. It exposes a mallctl control interface for runtime tuning and introspection, and supports statistics reporting, profiling and heap dump facilities for debugging and performance analysis. Package: libjemalloc-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libjemalloc2 (= ${binary:Version}) Suggests: binutils Description: ${source:Synopsis} (development files) ${source:Extended-Description} . This package contains development header files, object files necessary for static linking and documentation. Package: libjemalloc2 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: ${source:Synopsis} ${source:Extended-Description} . This package contains the shared library.