svn commit: r298741 - head/contrib/jemalloc/include/jemalloc

Andrew Turner andrew at FreeBSD.org
Thu Apr 28 12:25:00 UTC 2016


Author: andrew
Date: Thu Apr 28 12:24:58 2016
New Revision: 298741
URL: https://svnweb.freebsd.org/changeset/base/298741

Log:
  Stop using sbrk(2) with malloc. This helps reduce the number of places
  within the tree where we call this legacy interface.
  
  Reviewed by:	jasone
  Obtained from:	brooks
  Sponsored by:	ABT Systems Ltd

Modified:
  head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h

Modified: head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
==============================================================================
--- head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Thu Apr 28 12:05:07 2016	(r298740)
+++ head/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h	Thu Apr 28 12:24:58 2016	(r298741)
@@ -8,6 +8,8 @@
 #define	JEMALLOC_DEBUG
 #endif
 
+#undef JEMALLOC_DSS
+
 /*
  * The following are architecture-dependent, so conditionally define them for
  * each supported architecture.


More information about the svn-src-all mailing list