jemalloc 5.2.1-1 source package in Ubuntu

Changelog

jemalloc (5.2.1-1) unstable; urgency=medium

  * New upstream release.
    - Drop patch 0001-Replace-lpthread-with-pthread, merged upstream.
    - Drop patch 0002-Guard-libgcc-unwind-init-with-opt_prof, was a backport.
    - Update symbols file to reflect the rename of two internal symbols
      (je_test_hooks_arena_new_hook and je_test_hooks_libc_hook).
  * Bump Standards-Version to 4.4.0, no changes needed.
  * Bump debhelper compat level to 12.

 -- Faidon Liambotis <email address hidden>  Thu, 05 Sep 2019 02:17:17 +0300

Upload details

Uploaded by:
Faidon Liambotis
Uploaded to:
Sid
Original maintainer:
Faidon Liambotis
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jemalloc_5.2.1-1.dsc 1.9 KiB fa198ffad0566999d05651515ef5eaa86dcb5395eeb4cbfa28d043cdbdb9684e
jemalloc_5.2.1.orig.tar.bz2 541.3 KiB 34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
jemalloc_5.2.1-1.debian.tar.xz 12.4 KiB 32d5a9bdc29b947f900efee7f90d3f3a789093ec440775f79c42691bfdb54716

Available diffs

No changes file available.

Binary packages built by this source

libjemalloc-dev: 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.

libjemalloc2: 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.

libjemalloc2-dbgsym: debug symbols for libjemalloc2