svn commit: r365672 - in stable: 11/contrib/jemalloc/include/jemalloc 12/contrib/jemalloc/include/jemalloc
Dimitry Andric
dim at FreeBSD.org
Sat Sep 12 20:20:56 UTC 2020
Author: dim
Date: Sat Sep 12 20:20:55 2020
New Revision: 365672
URL: https://svnweb.freebsd.org/changeset/base/365672
Log:
Follow-up r365662 (MFC of r365371 and r365373) by also removing the
header hack from jemalloc_FreeBSD.h, which rendered any make.conf
MALLOC_PRODUCTION or src.conf WITH/WITHOUT_MALLOC_PRODUCTION irrelevant.
Direct commit to stable/{11,12} as this does not apply to head.
Noticed by: kevans
Modified:
stable/11/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
Changes in other areas also in this revision:
Modified:
stable/12/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
Modified: stable/11/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
==============================================================================
--- stable/11/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h Sat Sep 12 19:40:04 2020 (r365671)
+++ stable/11/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h Sat Sep 12 20:20:55 2020 (r365672)
@@ -5,9 +5,6 @@
#undef JEMALLOC_OVERRIDE_VALLOC
#ifndef MALLOC_PRODUCTION
-#define MALLOC_PRODUCTION
-#endif
-#ifndef MALLOC_PRODUCTION
#define JEMALLOC_DEBUG
#endif
More information about the svn-src-all
mailing list