Package libjemalloc2: Information
Source package: libjemalloc2
Version: 5.3.0-alt2.1
Build time: Nov 28, 2025, 05:40 PM in the task #401281
Category: System/Libraries
Report package bugHome page: http://jemalloc.net/
License: BSD
Summary: A general-purpose scalable concurrent malloc(3) implementation
Description:
jemalloc is a general-purpose scalable concurrent malloc(3)
implementation. There are several divergent versions of jemalloc in
active use, including:
* FreeBSD's default system allocator (malloc.c, manual page). This was
the first public use of jemalloc, and it is still author-maintained.
* NetBSD's default system allocator (jemalloc.c).
* Mozilla Firefox's allocator (source code), specifically for
Microsoft Windows-related platforms, Solaris, and Linux. There is
Apple Mac OS X support code as well, but it has never been used in a
release.
* The stand-alone jemalloc, which currently targets only Linux.
Thus far I have had no driving need to integrate support for other
operating systems into this version of jemalloc, but it is probable
that the stand-alone jemalloc library's platform support will
broaden over time.List of RPM packages built from this SRPM:
libjemalloc-devel (x86_64, i586, aarch64)
libjemalloc-tools (x86_64, i586, aarch64)
libjemalloc2 (x86_64, i586, aarch64)
libjemalloc2-debuginfo (x86_64, i586, aarch64)
libjemalloc-devel (x86_64, i586, aarch64)
libjemalloc-tools (x86_64, i586, aarch64)
libjemalloc2 (x86_64, i586, aarch64)
libjemalloc2-debuginfo (x86_64, i586, aarch64)
Maintainer: Paul Wolneykien
List of contributors:
Paul Wolneykien
Stanislav Levin
Ilya Kurdyukov
Aleksei Nikiforov
Nikita Ermakov
Anton Farygin
Vitaly Lipatov
George V. Kouryachy
Paul Wolneykien
Stanislav Levin
Ilya Kurdyukov
Aleksei Nikiforov
Nikita Ermakov
Anton Farygin
Vitaly Lipatov
George V. Kouryachy
Last changed
Nov. 28, 2025 Paul Wolneykien 5.3.0-alt2.1
- Added a note about CWE-489 fixed in 5.3.0.
March 29, 2024 Stanislav Levin 5.3.0-alt2
- Backported fix for delete.
Dec. 1, 2022 Ilya Kurdyukov 5.3.0-alt1.1
- Fixed build for Elbrus