Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2012 21:46:34 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 218102 for review
Message-ID:  <201210032146.q93LkYoH095243@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@218102?ac=10

Change 218102 by brooks@brooks_zenith on 2012/10/03 21:45:33

	Alwasy enable MALLOC_PRODUCTION.  BERI/CHERI doesn't have to cycles
	not to and the debugging can be reenabled at runtime if needed.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/lib/libc/stdlib/jemalloc/Makefile.inc#2 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/lib/libc/stdlib/jemalloc/Makefile.inc#2 (text+ko) ====

@@ -41,6 +41,4 @@
 	jemalloc.3 nallocm.3 \
 	jemalloc.3 malloc.conf.5
 
-.if defined(MALLOC_PRODUCTION)
 CFLAGS+=	-DMALLOC_PRODUCTION
-.endif



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