diff options
| author | Jason Evans <jasone@canonware.com> | 2016-04-05 18:18:15 -0700 |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2016-05-13 10:27:33 -0700 |
| commit | 17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9 (patch) | |
| tree | 758e77c3e6a828c544ae7624ba9cc26938c6632c /src/stats.c | |
| parent | ba5c7095175d490b1d3d008e40efa74a66de9eab (diff) | |
| download | platform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.gz platform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.tar.bz2 platform_external_jemalloc_new-17c021c1775c2b5f5f73e3c0f0d19e9b3e9c23b9.zip | |
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 16e5b1a3..0e1442ed 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) |
