Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 20:20:56 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r365672 - in stable: 11/contrib/jemalloc/include/jemalloc 12/contrib/jemalloc/include/jemalloc
Message-ID:  <202009122020.08CKKuRg013693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/12/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h

Changes in other areas also in this revision:
Modified:
  stable/11/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h

Modified: stable/12/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
==============================================================================
--- stable/12/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Sat Sep 12 19:40:04 2020	(r365671)
+++ stable/12/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Sat Sep 12 20:20:55 2020	(r365672)
@@ -5,7 +5,7 @@
 #undef JEMALLOC_OVERRIDE_VALLOC
 
 #ifndef MALLOC_PRODUCTION
-#define	MALLOC_PRODUCTION
+#define	JEMALLOC_DEBUG
 #endif
 
 #undef JEMALLOC_DSS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009122020.08CKKuRg013693>