diff options
author | Jason Evans <jasone@canonware.com> | 2016-04-06 01:18:15 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-05-13 17:27:33 (GMT) |
commit | 17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9 (patch) | |
tree | 758e77c3e6a828c544ae7624ba9cc26938c6632c /src/stats.c | |
parent | ba5c7095175d490b1d3d008e40efa74a66de9eab (diff) | |
download | jemalloc-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.zip jemalloc-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.gz jemalloc-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.bz2 |
Remove redzone support.
This resolves #369.
Diffstat (limited to 'src/stats.c')
-rw-r--r-- | src/stats.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c index 16e5b1a..0e1442e 100644 --- a/src/stats.c +++ b/src/stats.c @@ -513,7 +513,6 @@ stats_print(void (*write_cb)(void *, const char *), void *cbopaque, OPT_WRITE_SSIZE_T_MUTABLE(decay_time, arenas.decay_time) OPT_WRITE_BOOL(stats_print) OPT_WRITE_CHAR_P(junk) - OPT_WRITE_BOOL(redzone) OPT_WRITE_BOOL(zero) OPT_WRITE_BOOL(utrace) OPT_WRITE_BOOL(xmalloc) |