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

Reply via email to