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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to