1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/contrib/jemalloc
Kyle Evans 1c9891b8df jemalloc: restore JEMALLOC_DEBUG when building WITHOUT_MALLOC_PRODUCTION
The default for MALLOC_PRODUCTION was switched to ON in 02611ef8ee.  This
effectively reverts the jemalloc header change from bfd1570515 so that
the knob behaves exactly as it does on a -CURRENT; that is, we are
effectively doing:

WITH_MALLOC_PRODUCTION -> -DMALLOC_PRODUCTION (default for stable/* and on)
WITHOUT_MALLOC_PRODUCTION -> -DJEMALLOC_DEBUG (default for main)

This allows the knob to be used for debugging on stable branches, too, which
is believed to be the main reason one would want to twist it off.

(direct commit)
2021-01-22 17:13:42 -06:00
..
doc Turn MALLOC_PRODUCTION into a regular src.conf(5) option 2020-09-05 23:30:17 +00:00
include/jemalloc jemalloc: restore JEMALLOC_DEBUG when building WITHOUT_MALLOC_PRODUCTION 2021-01-22 17:13:42 -06:00
src Fix abort in jemalloc extent coalescing. 2020-12-18 10:09:21 +00:00
ChangeLog Update jemalloc to version 5.2.1 2020-04-23 23:57:43 +00:00
COPYING Update jemalloc to version 5.2.1 2020-04-23 23:57:43 +00:00
FREEBSD-diffs Turn MALLOC_PRODUCTION into a regular src.conf(5) option 2020-09-05 23:30:17 +00:00
FREEBSD-upgrade
FREEBSD-Xlist Update jemalloc to version 5.2.1 2020-04-23 23:57:43 +00:00
VERSION Update jemalloc to version 5.2.1 2020-04-23 23:57:43 +00:00