macOS
brew install jemalloclocal Homebrew formula metadata
sudo port install jemallocMacPorts ports tree · devel/jemalloc/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jemalloc in AI-Agent-Workflows.
Installation
brew install jemalloclocal Homebrew formula metadata
sudo port install jemallocMacPorts ports tree · devel/jemalloc/Portfile · Quelle: api.github.com
sudo apk add jemallocAlpine Linux edge package indexes · jemalloc · Quelle: dl-cdn.alpinelinux.org
sudo dnf install jemallocFedora Rawhide package metadata · jemalloc · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#jemallocnixpkgs package indexes · pkgs/by-name/je/jemalloc/package.nix · Quelle: api.github.com
sudo pacman -S jemallocArch Linux sync databases · jemalloc · Quelle: geo.mirror.pkgbuild.com
sudo zypper install jemallocopenSUSE Tumbleweed package metadata · jemalloc · Quelle: download.opensuse.org
sudo apt install libjemalloc-devDebian stable package indexes · libjemalloc-dev · Quelle: deb.debian.org
Überblick
Implementation of malloc emphasizing fragmentation avoidance
Verlauf
jemalloc is a general-purpose malloc implementation known in package-manager catalogs because it can be installed as a system allocator, linked into performance-sensitive programs, or preloaded for applications that benefit from predictable allocation behavior.
The project describes itself as emphasizing fragmentation avoidance and scalable concurrency. Its public history begins with use as the FreeBSD libc allocator in 2005, then broadens in 2010 with developer-facing facilities such as heap profiling and monitoring or tuning hooks.
The project site points to GitHub as the primary repository and treats the manual page and wiki as the two main documentation surfaces. Its branch layout has kept stable release tracking and older stable lines visible, which matters for downstream packaging because allocators are low-level dependencies with conservative upgrade habits.
jemalloc moved from a FreeBSD allocator into a portable package used by applications that care about allocator behavior under concurrency and fragmentation pressure. Its adoption pattern is therefore less like a user-facing CLI and more like a selectable runtime component for databases, language runtimes, services, and performance investigations.
Package users commonly install the library and development files, link programs against it, or use loader mechanisms to substitute it for the platform allocator. The bundled tools and scripts such as jemalloc-config, jemalloc.sh, and jeprof make the Homebrew formula useful both for building software and for profiling heap behavior.
jemalloc is package-nerd material because it sits below ordinary application code: swapping an allocator can change memory fragmentation, latency, profiling visibility, and production stability without changing the application source. Its presence across many package managers makes allocator choice a reproducible dependency rather than a local build trick.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/malloc.confExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
jemalloc-config | cli | globales Executable | |
jemalloc.sh | cli | globales Executable | |
jeprof | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/jemalloc/jemalloc
Installationsmetadaten
| Paketschlüssel | brew:jemalloc |
|---|---|
| Version | 5.3.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/jemalloc |
| Homepage | https://jemalloc.net/ |
| Repository | https://github.com/jemalloc/jemalloc |
| Upstream-Dokumentation | https://github.com/jemalloc/jemalloc/wiki |
| Lizenz | BSD-2-Clause |
| Quellarchiv | https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 |
| Zuletzt aktualisiert | 2026-06-22T14:03:49-07:00 |
| Pulse | updated |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jemalloc |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libjemalloc-dev 5.3.0-3
development files and documentation for jemalloc
sudo apt install libjemalloc-devlibjemalloc2 5.3.0-3
general-purpose scalable concurrent malloc(3) implementation
sudo apt install libjemalloc2jemalloc
nix profile install nixpkgs#jemalloclibjemalloc-dev 5.3.0-2build1
development files and documentation for jemalloc
sudo apt install libjemalloc-devlibjemalloc2 5.3.0-2build1
general-purpose scalable concurrent malloc(3) implementation
sudo apt install libjemalloc2jemalloc 5.3.0-r6
general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support
sudo apk add jemallocjemalloc-dev 5.3.0-r6
general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support (development files)
sudo apk add jemalloc-devjemalloc-doc 5.3.0-r6
general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support (documentation)
sudo apk add jemalloc-docjemalloc-static 5.3.0-r6
general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support (static library)
sudo apk add jemalloc-staticjemalloc 5.3.0-14.fc44
General-purpose scalable concurrent malloc implementation
sudo dnf install jemallocjemalloc-devel 5.3.0-14.fc44
Development files for jemalloc
sudo dnf install jemalloc-develjemalloc 1:5.3.1-2
General-purpose scalable concurrent malloc implementation
sudo pacman -S jemallocjemalloc 5.3.1-1.2
General-purpose scalable concurrent malloc implementation
sudo zypper install jemallocjemalloc-devel 5.3.1-1.2
Development files for jemalloc
sudo zypper install jemalloc-devellibjemalloc2 5.3.1-1.2
General-purpose scalable concurrent malloc implementation
sudo zypper install libjemalloc2jemalloc
sudo port install jemallocQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.