freebsd-src/contrib/jemalloc
Robert Clausecker 04d000a378 jemalloc: avoid clash with C23 unreachable() macro
Summary: This avoids a clash with the new macro in <stddef.h>
introduced in D53967

Reviewed by:	imp
Approved by:	markj (mentor)
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D53968
2025-11-28 16:55:05 +01:00
..
bin jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
build-aux jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
doc jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
doc_internal jemalloc: Merge from jemalloc 5.3.0 vendor branch 2025-08-15 15:48:34 -06:00
include jemalloc: avoid clash with C23 unreachable() macro 2025-11-28 16:55:05 +01:00
m4 jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
scripts jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
src jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
autogen.sh jemalloc: Unthin contrib/jemalloc 2025-08-15 15:24:18 -06:00
ChangeLog jemalloc: Merge from jemalloc 5.3.0 vendor branch 2025-08-15 15:48:34 -06:00
config.stamp.in jemalloc: Unthin contrib/jemalloc 2025-08-15 15:24:18 -06:00
configure.ac jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
COPYING
FREEBSD-diffs
FREEBSD-upgrade jemalloc: Merge from jemalloc 5.3.0 vendor branch 2025-08-15 15:48:34 -06:00
FREEBSD-Xlist jemalloc: Remove obsolete files from the exclusion list 2024-11-30 23:49:03 -07:00
INSTALL.md jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
jemalloc.pc.in jemalloc: Unthin contrib/jemalloc 2025-08-15 15:24:18 -06:00
Makefile.in jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
README jemalloc: Unthin contrib/jemalloc 2025-08-15 15:24:18 -06:00
run_tests.sh jemalloc: Unthin contrib/jemalloc 2025-08-15 15:24:18 -06:00
TUNING.md jemalloc: Remove bogus merge conflict markers 2025-09-02 09:22:26 -06:00
VERSION jemalloc: Merge from jemalloc 5.3.0 vendor branch 2025-08-15 15:48:34 -06:00

jemalloc is a general purpose malloc(3) implementation that emphasizes
fragmentation avoidance and scalable concurrency support.  jemalloc first came
into use as the FreeBSD libc allocator in 2005, and since then it has found its
way into numerous applications that rely on its predictable behavior.  In 2010
jemalloc development efforts broadened to include developer support features
such as heap profiling and extensive monitoring/tuning hooks.  Modern jemalloc
releases continue to be integrated back into FreeBSD, and therefore versatility
remains critical.  Ongoing development efforts trend toward making jemalloc
among the best allocators for a broad range of demanding applications, and
eliminating/mitigating weaknesses that have practical repercussions for real
world applications.

The COPYING file contains copyright and licensing information.

The INSTALL file contains information on how to configure, build, and install
jemalloc.

The ChangeLog file contains a brief summary of changes for each release.

URL: http://jemalloc.net/