summaryrefslogtreecommitdiffstats
path: root/contrib/jemalloc
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-04-28 12:24:58 +0000
committerandrew <andrew@FreeBSD.org>2016-04-28 12:24:58 +0000
commit55f6052e80d42324abfb839a690e9663a214938f (patch)
treeb6e2c40ee37d33d04efe8dcaaac574d26e891e99 /contrib/jemalloc
parent947f5872a55b570a9ec3fa936c602579c243a8fe (diff)
downloadFreeBSD-src-55f6052e80d42324abfb839a690e9663a214938f.zip
FreeBSD-src-55f6052e80d42324abfb839a690e9663a214938f.tar.gz
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
Diffstat (limited to 'contrib/jemalloc')
-rw-r--r--contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h b/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
index 433dab5..c58a8f3 100644
--- a/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
+++ b/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
@@ -8,6 +8,8 @@
#define JEMALLOC_DEBUG
#endif
+#undef JEMALLOC_DSS
+
/*
* The following are architecture-dependent, so conditionally define them for
* each supported architecture.
OpenPOWER on IntegriCloud