summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2012-04-12 08:13:03 (GMT)
committerJason Evans <jasone@canonware.com>2012-04-12 15:43:08 (GMT)
commit83c324acd8bd5f32e0ce9b4d3df2f1a0ae46f487 (patch)
tree111f4798bd75e30c58e732f9d54f731aad1a069d /include
parent5ff709c264e52651de25b788692c62ff1f6f389c (diff)
downloadjemalloc-83c324acd8bd5f32e0ce9b4d3df2f1a0ae46f487.zip
jemalloc-83c324acd8bd5f32e0ce9b4d3df2f1a0ae46f487.tar.gz
jemalloc-83c324acd8bd5f32e0ce9b4d3df2f1a0ae46f487.tar.bz2
Use a stub replacement and disable dss when sbrk is not supported
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/jemalloc_defs.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/jemalloc/jemalloc_defs.h.in b/include/jemalloc/jemalloc_defs.h.in
index 7770a7a..28fe5e9 100644
--- a/include/jemalloc/jemalloc_defs.h.in
+++ b/include/jemalloc/jemalloc_defs.h.in
@@ -108,6 +108,9 @@
# define JEMALLOC_ATTR(s) JEMALLOC_CATTR(s,)
#endif
+/* Defined if sbrk() is supported. */
+#undef JEMALLOC_HAVE_SBRK
+
/* Non-empty if the tls_model attribute is supported. */
#undef JEMALLOC_TLS_MODEL