diff options
author | Jason Evans <jasone@canonware.com> | 2016-04-05 23:52:36 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-05-13 17:25:05 (GMT) |
commit | ba5c7095175d490b1d3d008e40efa74a66de9eab (patch) | |
tree | 584c5186942713d605b41334f17facae4ac09766 /test/unit/junk.c | |
parent | 9a8add1510456464bc496320990ec234798bd381 (diff) | |
download | jemalloc-ba5c7095175d490b1d3d008e40efa74a66de9eab.zip jemalloc-ba5c7095175d490b1d3d008e40efa74a66de9eab.tar.gz jemalloc-ba5c7095175d490b1d3d008e40efa74a66de9eab.tar.bz2 |
Remove quarantine support.
Diffstat (limited to 'test/unit/junk.c')
-rw-r--r-- | test/unit/junk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/junk.c b/test/unit/junk.c index acddc60..cb262ec 100644 --- a/test/unit/junk.c +++ b/test/unit/junk.c @@ -5,7 +5,7 @@ # define JEMALLOC_TEST_JUNK_OPT "junk:true" # endif const char *malloc_conf = - "abort:false,zero:false,redzone:true,quarantine:0," JEMALLOC_TEST_JUNK_OPT; + "abort:false,zero:false,redzone:true," JEMALLOC_TEST_JUNK_OPT; #endif static arena_dalloc_junk_small_t *arena_dalloc_junk_small_orig; |